All I’m saying is that I think that sometimes an SE solution might be a more appropriate solution.

 

I was chatting to someone recently, telling them about the system that I work on and he said, so then you have session beans and an application server - it’s a web application to allow retail stores to do their orders, basically a front end onto a database - and I wondered, why? Performance is more than adequate without it – it would just be an unnecessary overhead.

 

I can think of another example of where I did not really see the point of creating the session bean and deploying it when all it was (the session bean), was a pass through onto another server.

 

The fundamental point I’m trying to make is that we should carefully decide on the most appropriate framework for the job before going ahead, just because it is a multi-tiered web application does not mean an application server is necessary.

 


From: [email protected] [mailto:[email protected]] On Behalf Of Jeff Mutonho
Sent: 05 May 2006 11:58 AM
To: [email protected]
Subject: [CTJUG Forum] Re: What's your take on this?

 

 

On 5/5/06, Michael Wiles <[EMAIL PROTECTED]> wrote:

 

It's analogous to what tends to happen in the Java EE world – development entities get so caught up in all the hype that they use it (java EE) whenever and wherever they can, when in actual fact, a simple Java SE solution would be a much better fit.

 

Got an example where  a Java SE solution would be a good substitute for a J2EE solution?


--


Jeff 
GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

Read our disclaimer at: http://www.picknpay.co.za/pnp/view/pnp/en/page5093?
If you don't have web access, the disclaimer can be mailed to you on request.
Disclaimer requests to be sent to [EMAIL PROTECTED]

 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
-~----------~----~----~----~------~----~------~--~---
Read our disclaimer at: http://www.picknpay.co.za/pnp/view/pnp/en/page5093?
If you don't have web access, the disclaimer can be mailed to you on request.
Disclaimer requests to be sent to [EMAIL PROTECTED]


Reply via email to