开发者

Creating an Drools Web application

Now I can create a drools application and I have used to create a drools application which is found in smooks site (A StockTik Example). Now I want to deploy that in a jboss AS . Is it possible. And is there any simple tutorials for t开发者_如何学运维he deployment. I am not interested in using guvnor repository


You can wrap that in War file and deploy it to JBoss AS, but without an interface to the outside world, there's not much it can do. So you could write a webapp interface (using GWT or JSF) or instead some REST services (using resteasy) which accept some sort of input, apply the rules and do some sort of output.

On the other hand, there's drools-camel-server, which is a war (to deploy to JBoss AS again) which accepts XML input, applies rules and outputs XML.


Learn JBpm 5.4 it comes with Drools ,you can create web application in jbPM of drools and when you r done having rough idea on drools, had enough hands on it you can follow this link

https://community.jboss.org/wiki/SimpleJBPM54InsideJBossAS711WebAppExample

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜