Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-29 Thread fabrizio straccia
thank you for your reply!
Finally I have solved  the problem following this article :
http://www.javacodegeeks.com/2010/07/gwt-2-spring-3-jpa-2-hibernate-35.html
for persistance layer i have used Hibernate/jpa .
I hope this can help someone ;)

On 22 Ott, 16:36, David Chandler  wrote:
> See 
> alsohttp://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html
>
>
>
> On Fri, Oct 22, 2010 at 10:18 AM, markM  wrote:
> > Try the example at this site.  It won't show you how to use hibernate
> > but it will show you how to get Spring integrated into your GWT app.
> > If you need to learn Spring and Hibernate that's another
> > learning curve altogether.
>
> >http://code.google.com/p/gwtrpc-spring/
>
> > On Sep 7, 4:16 am, aces2805  wrote:
> >> Hi, I'm just new with GWT would like to ask if there are some
> >> references that I can follow in integrating spring 3.0 and hibernate
> >> with gwt. The usual sites that I go in uses maven, well I just think I
> >> just need a plain and simple example. Hope some of you guys can help
> >> me. Really appreciate it ... thanks
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> David Chandler
> Developer Programs Engineer, Google Web 
> Toolkithttp://googlewebtoolkit.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-22 Thread David Chandler
See also 
http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html

On Fri, Oct 22, 2010 at 10:18 AM, markM  wrote:
> Try the example at this site.  It won't show you how to use hibernate
> but it will show you how to get Spring integrated into your GWT app.
> If you need to learn Spring and Hibernate that's another
> learning curve altogether.
>
> http://code.google.com/p/gwtrpc-spring/
>
> On Sep 7, 4:16 am, aces2805  wrote:
>> Hi, I'm just new with GWT would like to ask if there are some
>> references that I can follow in integrating spring 3.0 and hibernate
>> with gwt. The usual sites that I go in uses maven, well I just think I
>> just need a plain and simple example. Hope some of you guys can help
>> me. Really appreciate it ... thanks
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>



-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-22 Thread markM
Try the example at this site.  It won't show you how to use hibernate
but it will show you how to get Spring integrated into your GWT app.
If you need to learn Spring and Hibernate that's another
learning curve altogether.

http://code.google.com/p/gwtrpc-spring/

On Sep 7, 4:16 am, aces2805  wrote:
> Hi, I'm just new with GWT would like to ask if there are some
> references that I can follow in integrating spring 3.0 and hibernate
> with gwt. The usual sites that I go in uses maven, well I just think I
> just need a plain and simple example. Hope some of you guys can help
> me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-10-22 Thread fabrizio straccia
Hi aces2805 can you share the approache that you follow? I have the
same problem and I need a plain and simple sample.

Thank you for your help

Best regards

On 8 Set, 07:39, aces2805  wrote:
> I have look for some various approaches, i have also tried the one
> posted in one of the forums, thanks to the link ^^
>
> On Sep 8, 1:59 am, George Georgovassilis 
> wrote:
>
>
>
>
>
>
>
> > The answer is not that easy. You can bring hibernate managed objects
> > (almost) transparently to GWT applications, have a look at Gilead [1]
> > Much has been said about Spring and GWT, a quick forum search will
> > surely bring something up
>
> > [1]http://noon.gilead.free.fr/gilead/index.php?page=gwt
>
> > On Sep 7, 6:32 pm, "M. Eduard"  wrote:
>
> > > Hibernate will be integrated withing your Spring application. So I
> > > think you should first learn Spring if going use one... As GWT
> > > application in result is no more than JavaScript, GWT will never know
> > > anything about hibernate.
>
> > > On Sep 7, 11:16 am, aces2805  wrote:
>
> > > > Hi, I'm just new with GWT would like to ask if there are some
> > > > references that I can follow in integrating spring 3.0 and hibernate
> > > > with gwt. The usual sites that I go in uses maven, well I just think I
> > > > just need a plain and simple example. Hope some of you guys can help
> > > > me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-09-07 Thread aces2805
I have look for some various approaches, i have also tried the one
posted in one of the forums, thanks to the link ^^

On Sep 8, 1:59 am, George Georgovassilis 
wrote:
> The answer is not that easy. You can bring hibernate managed objects
> (almost) transparently to GWT applications, have a look at Gilead [1]
> Much has been said about Spring and GWT, a quick forum search will
> surely bring something up
>
> [1]http://noon.gilead.free.fr/gilead/index.php?page=gwt
>
> On Sep 7, 6:32 pm, "M. Eduard"  wrote:
>
>
>
> > Hibernate will be integrated withing your Spring application. So I
> > think you should first learn Spring if going use one... As GWT
> > application in result is no more than JavaScript, GWT will never know
> > anything about hibernate.
>
> > On Sep 7, 11:16 am, aces2805  wrote:
>
> > > Hi, I'm just new with GWT would like to ask if there are some
> > > references that I can follow in integrating spring 3.0 and hibernate
> > > with gwt. The usual sites that I go in uses maven, well I just think I
> > > just need a plain and simple example. Hope some of you guys can help
> > > me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-09-07 Thread George Georgovassilis
The answer is not that easy. You can bring hibernate managed objects
(almost) transparently to GWT applications, have a look at Gilead [1]
Much has been said about Spring and GWT, a quick forum search will
surely bring something up


[1] http://noon.gilead.free.fr/gilead/index.php?page=gwt

On Sep 7, 6:32 pm, "M. Eduard"  wrote:
> Hibernate will be integrated withing your Spring application. So I
> think you should first learn Spring if going use one... As GWT
> application in result is no more than JavaScript, GWT will never know
> anything about hibernate.
>
> On Sep 7, 11:16 am, aces2805  wrote:
>
> > Hi, I'm just new with GWT would like to ask if there are some
> > references that I can follow in integrating spring 3.0 and hibernate
> > with gwt. The usual sites that I go in uses maven, well I just think I
> > just need a plain and simple example. Hope some of you guys can help
> > me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT + Spring 3.0 + hibernate references and easy guides

2010-09-07 Thread M. Eduard
Hibernate will be integrated withing your Spring application. So I
think you should first learn Spring if going use one... As GWT
application in result is no more than JavaScript, GWT will never know
anything about hibernate.

On Sep 7, 11:16 am, aces2805  wrote:
> Hi, I'm just new with GWT would like to ask if there are some
> references that I can follow in integrating spring 3.0 and hibernate
> with gwt. The usual sites that I go in uses maven, well I just think I
> just need a plain and simple example. Hope some of you guys can help
> me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT + Spring 3.0 + hibernate references and easy guides

2010-09-07 Thread aces2805
Hi, I'm just new with GWT would like to ask if there are some
references that I can follow in integrating spring 3.0 and hibernate
with gwt. The usual sites that I go in uses maven, well I just think I
just need a plain and simple example. Hope some of you guys can help
me. Really appreciate it ... thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.