Implement the business logic in an app server with spring

Posted by HenryOS on Stack Overflow See other posts from Stack Overflow or by HenryOS
Published on 2010-05-24T14:01:48Z Indexed on 2010/05/24 14:41 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Hi everybody, i have a doub... Is posible implement the business logic in an App Server remote using pojos instead of either EJB or Servlets???. The main idea is apply a model of 3 layers where the clients may be both web browsers and desktop applications, and they share the business logic in an App Server. Sorry for my english... im from Argentina and my english is poor. Thank you to everybody and i hope that anybody can help me soon. Regards! this would be the architecture

browser----- >Web Server -------->|App Server(Business Logic common)|------->|RDBMS common|
desktop App(Swing for example)->|App Server(Business Logic common)|------->|RDBMS common|

© Stack Overflow or respective owner

Related posts about java

Related posts about spring