Hi,
I am new to this forum.. I am working on project with following technologies.
I need some suggestions from you people.
Struts ---(Presentation Logic)
Spring ---(Business Logic)
Hibernate-(Persistence Logic)
I want to separate my business logic+ persistence logic to a remote machine.So Presentation logic resides in one machine and business logic+ persistence logic resides in another machine.
I will deploy the presentation logic WAR file in tomcat server.
Question 1: Do I need use any application server to deploy my other components(business+persistence) in different machine?
Question 2: By avoiding appserver, How to make ready my business components in listening mode i.e ready to service mode?
In case of EJB, we are deploying jar files in appserver, and appserver is responsible to make EJB ready.
Explain me in Production scenario. I know stand with alone application.. Running java command to export RMI service.


Reply With Quote
