RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-30 Thread Butt, Dudley
brilliant, i like it...thx -Original Message- From: Jason Carreira [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 6:44 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] examples examples examples...looked at xpetstore I'm not saying that EJB's are evil, or anything

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-29 Thread Jason Carreira
ay, July 29, 2003 3:46 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [OS-webwork] examples examples examples...looked > at xpetstore > > > This sounds like just what i need, I was just thinking of > putting in EJB because i thought it was the right way to go, > bu

Re: RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-29 Thread Rob Rudin
For the service layer, just use plain Java interfaces/objects, you can expose these for your web services very easily using Glue or Axis (would highly recommend Glue). The Spring framework (www.springframework.org) has very nice Hibernate support for easily using sessions and transactions. It provi

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-29 Thread Butt, Dudley
{ s.close( ); } } -Original Message- From: Ben Alex [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 11:51 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] examples examples examples...looked at xpetstore > Im also interested in how the ClientDispatcher

Re: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Ben Alex
> Im also interested in how the ClientDispatcher works? > Is the ValueStack available on the client side? IE: Can I > call an action on the server via the ClientDispatcher, and > access the resultant in a ValueStack on my Swing client? If > so... COOL And how the hell do you do that??? I have

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Jason Carreira
> -Original Message- > From: Porter, Mike [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 12:47 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] examples examples examples...looked > at xpetstore > > > Im also interested in how the Clien

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Porter, Mike
-Original Message- From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 9:40 AM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] examples examples examples...looked at xpetstore > Yes, that might be valid, but I guess I would at > least t

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Jason Carreira
> -Original Message- > From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 12:40 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] examples examples examples...looked > at xpetstore > > > > > Yes, that might

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Konstantin Priblouda
> Yes, that might be valid, but I guess I would at > least try the > ClientDispatcher first... I've come to the point > where I'll work to keep > EJBs out of projects if possible. The same is for me... Decent IoC and hibernate for persistenze does far better job... BTW, how the ClientDispatche

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Jason Carreira
> -Original Message- > From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] > > > > Why? What are your requirements that necessitate > > this? > > For example - need to access same data model from > swing application. Or would you favor client > dispatcher to do this? > > regards, >

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Konstantin Priblouda
--- Jason Carreira <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Butt, Dudley > [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 28, 2003 6:15 AM > > To: [EMAIL PROTECTED] > > Subject: [OS-webwork] examples examples >

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Jason Carreira
> -Original Message- > From: Butt, Dudley [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 6:15 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] examples examples examples...looked at xpetstore > > > Hi, > > I really need to know how to get st

RE: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Butt, Dudley
great thanx for the help, will take a look -Original Message- From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] examples examples examples...looked at xpetstore --- "Butt, Dudley" <[EM

Re: [OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Konstantin Priblouda
--- "Butt, Dudley" <[EMAIL PROTECTED]> wrote: > Hi, > > I really need to know how to get started with trying > to put it all togethere. I've looked at the > xpetstore example, but I'm sure one should use a > session/service EJB layer between Hibernate and WW. > Has anyone done this yet, I would b

[OS-webwork] examples examples examples...looked at xpetstore

2003-07-28 Thread Butt, Dudley
Hi, I really need to know how to get started with trying to put it all togethere. I've looked at the xpetstore example, but I'm sure one should use a session/service EJB layer between Hibernate and WW. Has anyone done this yet, I would be most grateful if someone would share some example code t