Hi,

Our existing application already used hibernate, so switching to ejb3 was 
really simple.
As for spring, no we don't use this but we do use jboss' own aop implementation.

As for performance, we've had no issues here, hibernate certainly helps as a lot of the requests to the database are hitting the cache. Another advantage of ejb3 is that it is very easy to set up a clustered enviroment, simply add an @Clustered annotation.

I don't know how well it stacks up against corba

Gareth

Emmanouil Batsis wrote:

Tom Ziemer wrote:

@Gareth: What do you think about the performance of ejb3? Did you
integrate it with other frameworks such as Spring and/or Hibernate?


Hibernate 3 can be used as an EJB3 implementation. See EJB 3.0 EntityManager:

[1] http://www.hibernate.org/299.html

hth,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Gareth Evans

MSoft eSolutions Limited
Technology Centre
Inward Way
Rossmore Business Park
Ellesmere Port
Cheshire
CH65 3EN

--
Tel:    +44 (0)870 0100 704
Fax:    +44 (0)870 9010 705
E-Mail: [EMAIL PROTECTED]
Web:    www.msoft.co.uk

----------------------------------------------
Terms:
Please note that any prices quoted within this e-mail are subject to VAT.
All program details and code described in this e-mail are subject to
copyright © of MSoft eSolutions Limited and remain the intellectual
property of MSoft eSolutions Limited.
Any proposal or pricing information contained within this e-mail are
subject to MSoft eSolutions' Terms and Conditions
----------------------------------------------
Disclaimer:
This message is intended only for use of the addressee. If this message
was sent to you in error, please notify the sender and delete this
message. MSoft eSolutions Limited cannot accept responsibility for viruses,
so please scan attachments. Views expressed in this message do not
necessarily reflect those of MSoft eSolutions Limited who will not
necessarily be bound by its contents.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to