Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Michael Marr
just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Thanks Michael -- View this message in context: http://www.nabble.com/Orchestra-vs-Spring-Annotations-tf3817100.html#a11285915 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Matthias Wessendorf
hey Mario, code.google.com is fine for that. -M On 6/25/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Michael! did not find the connector for Hibernate. I do not want to use JPA, but rather just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Due to

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Mario Ivankovits
Hi Michael! did not find the connector for Hibernate. I do not want to use JPA, but rather just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Due to license restrictions we are not able to depend on LGPL code. I use a custom Hibernate connector, just,

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Kito D. Mann
, and info * Sign up for the JSF Central newsletter! http://oi.vresp.com/?fid=ac048d0e17 * -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz Sent: Saturday, May 26, 2007 4:14 PM To: users@myfaces.apache.org Subject: Re: Orchestra vs Spring-Annotations Kito D

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
doing so: Shouldn't http://myfaces.apache.org/trinidad/ also be included in the list of MyFaces Projects? With kind regards, Marco -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 mei 2007 21:22 To: MyFaces Discussion Subject: Re: Orchestra vs Spring

Re: Orchestra vs Spring-Annotations

2007-05-29 Thread Matthias Wessendorf
:[EMAIL PROTECTED] Sent: vrijdag 25 mei 2007 21:22 To: MyFaces Discussion Subject: Re: Orchestra vs Spring-Annotations Additional info should be available at [1] and [2] during the next week. I've updated [1], but it might take some time until the new site will be available. The new version of our

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
Done: Issues MYFACES-1654 and MYFACES-1655 created. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: dinsdag 29 mei 2007 14:29 To: MyFaces Discussion Subject: Re: Orchestra vs Spring-Annotations yes, open issue(s), to ensure we

Re: Orchestra vs Spring-Annotations

2007-05-27 Thread Werner Punz
Craig McClanahan schrieb: On 5/25/07, Mario Ivankovits [EMAIL PROTECTED] wrote: [snip] * We really introduce a conversation scope comparable to session, request etc ... you use scope=conversation in your managed bean config to do the magic [snip] You can certainly get away with this in JSF

Re: Orchestra vs Spring-Annotations

2007-05-27 Thread Werner Punz
Mario Ivankovits schrieb: Hi! Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? I did not find the required information on their homepage, though, it looks like there is indeed some overlap. I dropped the info in

Re: Orchestra vs Spring-Annotations

2007-05-27 Thread Werner Punz
Werner Punz schrieb: I dropped the info in the wiki, as I posted before. The overlap is that we have conversations as well, but ours are much more advanced. Personally it would be perfect if those guys would use orchestra as their conversation provider and would push their stuff on top of

Re: Orchestra vs Spring-Annotations

2007-05-26 Thread Werner Punz
Kito D. Mann schrieb: Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? Yes I can... I was looking into Spring annotations before I began my Orchestra project. (I am Marios testing guinea pig for orchestra btw...)

Re: Orchestra vs Spring-Annotations

2007-05-26 Thread Werner Punz
Kito D. Mann schrieb: Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? Btw. Kito, I took the liberty to add this question and the answer to the currently emerging Orchestra Wiki Subpages: here are various

Re: Orchestra vs Spring-Annotations

2007-05-26 Thread Craig McClanahan
On 5/25/07, Mario Ivankovits [EMAIL PROTECTED] wrote: [snip] * We really introduce a conversation scope comparable to session, request etc ... you use scope=conversation in your managed bean config to do the magic [snip] You can certainly get away with this in JSF 1.1, because even though the

Orchestra vs Spring-Annotations

2007-05-25 Thread Kito D. Mann
Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com/ http://www.virtua.com -

Re: Orchestra vs Spring-Annotations

2007-05-25 Thread Mario Ivankovits
Hi! Hey, can anyone tell me how Orchestra compares to Spring-Annotations JSF module (http://sannotations.sourceforge.net/jsf.html)? I did not find the required information on their homepage, though, it looks like there is indeed some overlap. Some quick differences are: * Orchestra do not