RE: persistance

2001-03-26 Thread Johan Lundberg
A comment to the Blueprint Sun's latest and greatest Blueprint must use something like this, because they map their responses with xml, and they couldn't be parsing the xml everytime the app got a request (that would be horribly slow). As far as I understand it. They parse the XML-files

Why Entity EJBs?

2001-03-20 Thread Johan Lundberg
Hi The more I study the J2EE technology, the more I wonder why I should use it. The main reasons why I would use it are these: - Forget about the database layer while only using CMP entity beans. - Faster. - Scalable. - Easier to manage transactions. - Clear separation between