开发者

Spring / roo and three tier architecture with firewall and dmz

开发者 https://www.devze.com 2023-02-21 10:23 出处:网络
we have a big three tier ejb application, which consists of a webserver (apache tomcat) located in a dmz(demilitarized zone), an application server(jboss) and a database server.

we have a big three tier ejb application, which consists of a webserver (apache tomcat) located in a dmz(demilitarized zone), an application server(jboss) and a database server.

Our client requires that there is no connection between the dmz and the database server.

Now we are thinking about integration of Spring(ROO).

The default deployment model for roo is a web application (war) which connects to a database server.

In our scenario the web application would be running in the dmz, but connections to the database would violate our clients security requirements.

what is the best way to solve this problem (assuming the security requirements can't be 开发者_如何学编程changed)?

all the best,


put the war in the jboss application-server and let an apache-server (or something like that) on the dmz forward the requests to it.

in general i would really think again about using roo. it does not yet support multi-module projects. so the integration between the new roo-app and the server-code deployed on your application server is complicated.

we did the this sort of thing at my work and the problems that arise from it weigh out the benefits of roo's scaffolding.

0

精彩评论

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

关注公众号