[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-03 Thread PeterJ
1) Hibernate is the mechanism used for persistence in the JBoss AS 
implementation of the EJB3 spec. So you can use Hibernate directly, or via 
EJB3, either way Hibernate is in use.

2) They are the same. On the JBoss.org web site, if you go to the projects page 
and then clinck on the Hibernate project link, you end up at hibernate.org.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070664#4070664

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070664
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-05 Thread j_lalith
Hi,

Thanks for the reply,

Yes we know, ejb 3.0 also make use of Hibernate as the persistent mechanism,

Is there any potential benefit if we go ahead with Hibernate independently 
instead of ejb 3.0, What are the advantages as disadvantages,

is there any article written on this, am happy to read.

We like to list down all the advantages vs disadvantages and then make the 
final call. Bottom line is what ever the persistent mechanism should be able to 
map the existing complex SQLs with all the OUTER joins to the persistent layer.

Our database is Informix

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071008#4071008

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071008
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-07 Thread genman

The entity manager API that's with EJB 3.0 is a bit more conservative (limited) 
compared to the full set of functionality available with Hibernate. EJB 3.0 is 
intended to satisfy most complex query cases, but there sure a lot of them.

In EJB3, Queries can be written in native SQL syntax as sort of an out.

The nice thing is, with Hibernate's EntityManager, you can access the full set 
of Hibernate-only functionality if you need it.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071760#4071760

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071760
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-07 Thread j_lalith
Thank you so much for the reply,

Yes you have a point, one of the ways to move forward is

1) Jboss latest release + EJB previous release+Hibernate latest release,

Hope above is a good combination instead of

1) Jboss latest release + EJB 3.0 (with inbuilt hypernate)


Hope you agree on the above

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071787#4071787

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071787
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-08 Thread PeterJ
Actually, I would go with EJB 3 session beans and use Hibernate for persistence 
(that is, not use the Java Persistence API). 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072058#4072058

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072058
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-12 Thread j_lalith
Thanks Peter,

I think you refer to EJB 3.0 session beans with CMT and pure Hibernate without 
JTA,

If I put it differently, use only the EJB 3.0 session beans CMT but not the 
entity beans for entity beans directly use the hibernate.

Hope above is correct

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073417#4073417

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073417
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user