Re: Spring and GWT integration

2009-08-24 Thread Alec

Hello, P.G.,

Thank you for the post. I like the way you use Spring auto-injecting
with GWT RPC, am going to give it a try. On my website, http://minetats.com
, I have another example on how one could use GWT and Spring together
- a menu-driven web application. I use commands on both client and
server sides. On the server, I use ServiceLocatorFactoryBean as well
as Spring Security (with a GWT-driven login page). Please take a look
if interested.

Thanks,
Alec Missine

On Aug 11, 5:04 am, "P.G.Taboada"  wrote:
> Hi,
>
> I have seen a lot of (quite complicated)SpringandGWTintegration
> approaches, and I wonder why noone is using the autowiring bean bean
> factory to simple auto-inject the required beans into theGWTRPC
> services.
>
> http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-relo...
>
> I have been using this approach for a while. It is easy to setup and
> works perfectly.
>
> Would appreciate any comments.

--~--~-~--~~~---~--~~
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-toolkit@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: Spring and GWT integration

2009-08-11 Thread George Georgovassilis

Hi P.G.

I've seen a lot of ways to achieve that integration, and none looks
complicated. The fact is that spring-gwt integration is easy (thanks
to R. Jellinghaus' refactoring of the RemoteServiceServlet), which
explains the plethora of libraries. Hibernate-gwt integration on the
other hand is hard, that's why there are only 3 (afaik) out there of
which only 1 (imo) is to be taken seriously. I guess it all comes down
to :

- what kind of flavour you prefer
- if you like annotations or XML
- prefer convention over configuration
- whether you can live with a certain 3rd party dependency or not
- how much documentation you need
- how big and active the supporting community is

Especially the later point is a threshold for commercial adoption when
arguing in favour of a library in technical meetings, so maybe that's
the answer you are looking for ;-)

On Aug 11, 11:04 am, "P.G.Taboada"  wrote:
> Hi,
>
> I have seen a lot of (quite complicated) Spring and GWT integration
> approaches, and I wonder why noone is using the autowiring bean bean
> factory to simple auto-inject the required beans into the GWT RPC
> services.
>
> http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-relo...
>
> I have been using this approach for a while. It is easy to setup and
> works perfectly.
>
> Would appreciate any comments.
--~--~-~--~~~---~--~~
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-Toolkit@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
-~--~~~~--~~--~--~---



Spring and GWT integration

2009-08-11 Thread P.G.Taboada

Hi,

I have seen a lot of (quite complicated) Spring and GWT integration
approaches, and I wonder why noone is using the autowiring bean bean
factory to simple auto-inject the required beans into the GWT RPC
services.

http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/

I have been using this approach for a while. It is easy to setup and
works perfectly.

Would appreciate any comments.


--~--~-~--~~~---~--~~
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-Toolkit@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
-~--~~~~--~~--~--~---