简体   繁体   English

如何将嵌入式论坛添加到现有的JSP Web应用程序

[英]How add embedded forum to existing JSP web application

I am developing a web application using JSP. 我正在使用JSP开发Web应用程序。 Now i want to add a forum to it. 现在我想为其添加一个论坛。 Please any one knows about embedded forums that can use with existing jsp web application. 请任何人知道可以与现有jsp Web应用程序一起使用的嵌入式论坛。

produce pages that display category, thread and posts. 产生显示类别,主题和帖子的页面。 Landing on the category page display all categories. 登陆到类别页面显示所有类别。 Click on one of them display all threads in that category. 单击其中之一,显示该类别中的所有线程。 Click on one of them display all posts in that thread. 单击其中之一,显示该主题中的所有帖子。 Save theam all in a database linked by there numbers so each post belongs to a thread id. 将它们全部保存在由数字链接的数据库中,以便每个帖子都属于一个线程ID。 Each thread id belongs to a category. 每个线程ID都属于一个类别。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将JSP页面添加到Spring Boot Web应用程序 - How to add a JSP page into Spring boot web application 如何在Eclipse中将Play Framework添加到现有Web应用程序 - How to add Play Framework into existing web application in Eclipse 如何测试基于JSP的Web应用程序? - How to test a jsp based web application? 如何将现有的实体对象、视图对象和应用程序模块添加到 Fusion Web 应用程序中? (JDev 12.2.1 和 JSF 2.2) - How to add existing Entity Object, View Objects, and Application Module into a Fusion Web Application? (JDev 12.2.1 and JSF 2.2) JSP Servlet Web 应用程序 - JSP Servlet Web Application JSP Web应用程序中的国际化? - Internationalization in a JSP web application? 如何在运行时为Servlet或JSP应用程序中的现有Textbox设置值? - How to set value to existing Textbox in Servlet or JSP application at runtime? 将带有 Jetty 的 Jersey 3 嵌入到现有应用程序中 - Embedded Jersey 3 with Jetty into existing Application 如何使用经典身份验证将spring-security-oauth服务器添加到现有Web应用程序? - How to add spring-security-oauth server to an existing web application with classic authentication? 如何在现有的 tomcat Web 应用程序上实现 SSO - How to Implement SSO on existing tomcat web application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM