Drools与Web应用程序的兼容性

时间:2023-01-17 11:56:46

As a final year project i have chosen this idea to implement A Case Study: Building a Web-Based Dietitian Expert System.
But In my system there are some other requirements like

作为最后一年的项目,我选择了这个想法来实施案例研究:构建基于Web的营养师专家系统。但在我的系统中还有其他一些要求

  1. When user come to site he or she will first make a profile then they are able to use our system
  2. 当用户访问网站时,他或她将首先制作个人资料,然后他们就可以使用我们的系统

  3. Admin can add news related to health
  4. 管理员可以添加与健康相关的新闻

  5. Or some other database related activities
  6. 或其他一些数据库相关的活动

But my main functionality is what given in the paper. My question is if i use drools and Tohu can i make the full web application? like my other requirements can be added easily to the system? I have 2 months to learn the technologies and 4 months to implement.. And if answer is yes then what should be the way to go?

1 个解决方案

#1


0  

Drools is pure java: it integrates with any java web framework (such as GWT, Errai, JSF, ...) and database frameworks (such as hiberante-JPA, ...).

Drools是纯java:它集成了任何java Web框架(如GWT,Errai,JSF,...)和数据库框架(如hiberante-JPA,...)。

Get start on a webapp here.

在这里开始使用webapp。

#1


0  

Drools is pure java: it integrates with any java web framework (such as GWT, Errai, JSF, ...) and database frameworks (such as hiberante-JPA, ...).

Drools是纯java:它集成了任何java Web框架(如GWT,Errai,JSF,...)和数据库框架(如hiberante-JPA,...)。

Get start on a webapp here.

在这里开始使用webapp。