Re: Integrating GWT/Hibernate, what does SPRING give us?

2009-02-13 Thread Arthur Kalmenson
That book gives some good information on how to integrate Spring with GWT. Unfortunately, it's become rather dated and focuses on building Web sites with GWT aspects rather then building Web applications. Spring MVC can still be used with GWT to make the server side for your GWT-RPC interfaces

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Arthur Kalmenson
://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-toolkit.html Part Three: http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html Part Four: http://eggsylife.blogspot.com/2008/09/hibernate-spring-google-web-toolkit.html Part Five: http://eggsylife.blogspot.com/2008/11

Re: Integrating GWT/Hibernate, what does SPRING give us?

2009-02-12 Thread Jorge Guerrero Damian
I'm starting to learn gwt, but I know something about spring. - Spring is powerfull with security issues (I recomend that) - The Spring MVC module is usefull to have a clean separation of the code. - Spring have a great integration with hibernate, in topics like sessions, transactions, and others

Re: Integrating GWT/Hibernate, what does SPRING give us?

2009-02-12 Thread Christoph
Thanks Jorge, for you info. After a bit more research, I posted a similar question on the Spring forum, with a bit more detail: http://forum.springsource.org/showthread.php?t=67423 It a first glance, it appears that Springs MVC is tailored to traditional form based HTTP GET/POST type web

Re: Integrating GWT/Hibernate, what does SPRING give us?

2009-02-12 Thread Jorge Guerrero Damian
I have some of experience working with Spring MVC and Velocity in the view. With Spring MVC you can send to the view POJOs, and from the client I receive the data with GET/POST. you can take a look to this link http://noon.gilead.free.fr/gilead/ maybe can be usefull. I'm starting to read a book

Integrating GWT/Hibernate, what does SPRING give us?

2009-02-11 Thread Christoph
We have a Tomcat-based GWT application that we are looking to scale. Our persistence up until this point has been all via XML. We are have chosen to integrate with Hibernate and see a lot of talk about the Spring Framework. So my questions to the GWT community are this: What benefit does

Re: GWT Integration with Spring and Hibernate

2009-01-25 Thread Arthur Kalmenson
Please search the group. This topic has been discussed many times already. -- Arthur Kalmenson On Fri, Jan 23, 2009 at 3:24 PM, sshah suneetshah2...@gmail.com wrote: Hello: I am new to GWT and looking to use GWT to update our existing UI. Our current web framework leverage Spring

GWT Integration with Spring and Hibernate

2009-01-23 Thread sshah
Hello: I am new to GWT and looking to use GWT to update our existing UI. Our current web framework leverage Spring and Hibernate. Could someone point me to some suggestions on how these three layers can fit together? thanks --~--~-~--~~~---~--~~ You received

Re: GWT + SPRING + HIBERNTE

2009-01-19 Thread Martin
if you want to try out GWT + spring + toplink ... go for http://toools.org cheers On Jan 18, 3:37 am, Yossi ykah...@gmail.com wrote: Hello, I am looking for a template or sample project that will enable me to use GWT + SPRING + HIBERNATE. Also it would be great if it will contain a session

Re: GWT + SPRING + HIBERNTE

2009-01-18 Thread George Georgovassilis
Hello Yossi The SL is an integration library for Spring that publishes any Spring managed bean to the web via RPC [1]. It has a tiny webapp that serves as a unit test and displays the various aspects of publishing beans. [1] http://gwt-widget.sourceforge.net/ On Jan 18, 3:37 am, Yossi ykah

Re: GWT + SPRING + HIBERNTE

2009-01-18 Thread eggsy84
+spring+hibernate#c08b00f61376b4fa eggsy On Jan 18, 10:27 am, George Georgovassilis g.georgovassi...@gmail.com wrote: Hello Yossi The SL is an integration library for Spring that publishes any Spring managed bean to the web via RPC [1]. It has a tiny webapp that serves as a unit test and displays

GWT + SPRING + HIBERNTE

2009-01-17 Thread Yossi
Hello, I am looking for a template or sample project that will enable me to use GWT + SPRING + HIBERNATE. Also it would be great if it will contain a session management with authentication (register/login). As I see it, this is the infrastructure of the application and I don't want to make

Re: GWT + SPRING + HIBERNTE

2009-01-17 Thread Miroslav Genov
looking for a template or sample project that will enable me to use GWT + SPRING + HIBERNATE. Also it would be great if it will contain a session management with authentication (register/login). As I see it, this is the infrastructure of the application and I don't want to make mistakes

Re: GWT vs. Adobe Flex for UI development when J2EE/Spring is used for middle tier/server programming

2009-01-11 Thread Arthur Kalmenson
That really depends on what you're trying to do. If you want to build a multimedia website that's going to have a lot of video streaming and audio, then you're better off with Flex. However, if you want a snappy and clean web application, you're better off with GWT. I haven't been particularly

Re: Tutorial for web application using GWT,Spring,hibernate

2009-01-09 Thread Martin
using GWT,Spring,Hibernate. I want  tutorial which describe step by step how to develop web application   using  GWT,Spring,Hibernate. from where I will get this Tutorial . Thanks , Asmita --~--~-~--~~~---~--~~ You received this message because you

Re: GWT vs. Adobe Flex for UI development when J2EE/Spring is used for middle tier/server programming

2009-01-09 Thread mikedshaf...@gmail.com
utilizing J2EE technologies (Spring/Hibenate/JSP/ JSF) for the middle-tier/server side. On one hand, I see a lot of posts here where many developers praise GWT as a great UI technology. On the other hand, when I do a search on Dice.com for GWT jobs in New York, NY for the past 30 days, I see only 14

Re: Tutorial for web application using GWT,Spring,hibernate

2009-01-09 Thread noon
Hi, Gilead (formely known as hibernate4gwt) provides a GWT-Spring- Hibernate sample application and tutorial on its usage. see http://gilead.sourceforge.net for more details. Regards Bruno On 9 jan, 11:31, Martin martin.konz...@gmail.com wrote: maybe you want to go with toplink, which IMHO

Re: GWT vs. Adobe Flex for UI development when J2EE/Spring is used for middle tier/server programming

2009-01-09 Thread j2ee_nyc
Flex is a bit of an anomally, it's not Javascript really, but it's not Java based either.  When it comes down to what the choice is it's simple:  is it valuable to your development process to have a second language stack in your solution?  If your server side is Java, your client side is

Re: Tutorial for web application using GWT,Spring,hibernate

2009-01-08 Thread eggsy84
There's also some further stages of the blog : Part Four - Deployment Setup http://eggsylife.blogspot.com/2008/09/hibernate-spring-google-web-toolkit.html Part Five - Summary of changes required for making it GWT 1.5 http://eggsylife.blogspot.com/2008/11/hibernate-spring-and-gwt-for-gwt-15.html

GWT vs. Adobe Flex for UI development when J2EE/Spring is used for middle tier/server programming

2009-01-08 Thread j2ee_nyc
if one wants to build production-ready enterise web applications while utilizing J2EE technologies (Spring/Hibenate/JSP/ JSF) for the middle-tier/server side. On one hand, I see a lot of posts here where many developers praise GWT as a great UI technology. On the other hand, when I do a search

Re: Tutorial for web application using GWT,Spring,hibernate

2009-01-07 Thread mikedshaf...@gmail.com
Google for gwt spring hibernate. Second link: http://www.ongwt.com/post/2008/02/14/Three-parts-tutorial-:-Spring-Hibernate-and-GWT Very well done. Later, Shaffer On Jan 6, 10:14 pm, pallavi gole golepall...@gmail.com wrote: Hi, I am new to GWT. I want develop web application using GWT

Re: GWT+SPRING+MAVEN

2009-01-03 Thread olivier nouguier
Hi, You can look at http://code.google.com/p/net-orcades-spring/ which should fit yours needs. Please, let me know. On Mon, Dec 29, 2008 at 4:47 PM, Arthur Kalmenson arthur.k...@gmail.com wrote: Hi Mikhail, Are you using Spring Security? If so, this should be fairly easy to do. You need

Re: GWT+SPRING+MAVEN

2008-12-29 Thread Arthur Kalmenson
Hi Mikhail, Are you using Spring Security? If so, this should be fairly easy to do. You need to have a DTO for your UserDetails and GrantedAuthority classes (i.e. a DTO that doesn't implement those interfaces). Then just have a RemoteService where you can ask Spring Security for the user details

GWT+SPRING+MAVEN

2008-12-26 Thread Mikhail M
Good day. I work on a project (client server application) where I use GWT + SPRING + MAVEN. And now I need to add auth block to determine if users have any rights to perform any actions. Do you have any ideas, links or something which could be helpful in this terribly perfect situation

Re: GWT Spring Integration

2008-12-15 Thread Miles T.
GWT-SL should work. Look at : http://gwt-widget.sourceforge.net/ http://g.georgovassilis.googlepages.com/usingthegwthandler http://g.georgovassilis.googlepages.com/usingthegwtcontroller On Dec 12, 3:12 pm, Wilfred Springer wilfredsprin...@gmail.com wrote: Spring ME is mainly about having Spring

Re: GWT Spring Integration

2008-12-12 Thread Pierre Mage
This post might be interesting for you : http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/94b22b9a0b26de63/afb3bf84142503e5?hl=enlnk=gstq=spring+me#afb3bf84142503e5 On Dec 11, 7:18 pm, olivier nouguier olivier.nougu...@gmail.com wrote: Hi,http://gwt-widget.sourceforge.net

Re: GWT Spring Integration

2008-12-12 Thread Wilfred Springer
Spring ME is mainly about having Spring in the client; I don't know if it's going to help you to integrate it with the server. (But then again, what do I know? I know quite a bit about Spring ME, but hardly anything at all about GWT. ;-) ) 2008/12/12 Pierre Mage pierre.m...@gmail.com

GWT Spring Integration

2008-12-11 Thread Sriram Iyengar
Hi, We have been trying to get GWT and Spring to work, but unfortunately no luck as yet. Our application makes a simple call to the service side of GWT (on Spring MVC) and tries to render the response as a table (a list of items). If someone can post a working copy of a 'hello world' kind;a app

Re: GWT Spring Integration

2008-12-11 Thread davidroe
perhaps one of these articles will help: http://delicious.com/davidroe/spring /dave On Dec 10, 8:43 pm, Sriram Iyengar [EMAIL PROTECTED] wrote: Hi, We have been trying to get GWT and Spring to work, but unfortunately no luck as yet. Our application makes a simple call to the service side

Re: GWT Spring Integration

2008-12-11 Thread olivier nouguier
Hi, http://gwt-widget.sourceforge.net/ http://code.google.com/p/net-orcades-spring/ On Thu, Dec 11, 2008 at 5:43 AM, Sriram Iyengar [EMAIL PROTECTED] wrote: Hi, We have been trying to get GWT and Spring to work, but unfortunately no luck as yet. Our application makes a simple call

Spring ME for GWT?

2008-12-10 Thread wilfred
Guys, Yesterday I talked to a couple of GWT folks at Devoxx, and I told them about something we released open sourced. It's something that allows you to use Spring in environments without support for reflection. We made it for one of our projects based on Java ME, but several people told me

log4j in hosted mode swallows Spring and Hibernate statements

2008-12-03 Thread marcelstoer
In http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/1870ed6575c95f7b/dd6dc12a67feeb02?lnk=gstq=log4j+hosted+spring#dd6dc12a67feeb02 an issue was raised (but not solved apparently) that we're seeing here too. In hosted mode we're only seeing the log statements from our own

Re: log4j in hosted mode swallows Spring and Hibernate statements

2008-12-03 Thread Au Lai Seong
That is why we prefer to use external tomcat. On Wed, Dec 3, 2008 at 11:54 PM, marcelstoer [EMAIL PROTECTED] wrote: In http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/1870ed6575c95f7b/dd6dc12a67feeb02?lnk=gstq=log4j+hosted+spring#dd6dc12a67feeb02 an issue was raised

Re: Queries in designing web application using gwt, spring hibernate

2008-12-02 Thread eggsy84
/2007/10/well-this-tutorial-aims-at-help... Part Two -http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-too... Part Three -http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-too... Part Four -http://eggsylife.blogspot.com/2008/09/hibernate-spring-google-web

Re: Queries in designing web application using gwt, spring hibernate

2008-11-25 Thread gregor
Hi Armol, On Nov 25, 6:44 am, Amol [EMAIL PROTECTED] wrote: Hi I am designing a web application using GWT, spring hibernate. I have some queries. 1. What is the best way to submit form data? Should I use gwt form submit or collect parameters and invoke service method by passing in all

Re: Queries in designing web application using gwt, spring hibernate

2008-11-25 Thread eggsy84
-at-helping.html Part Two - http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-toolkit.html Part Three - http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html Part Four - http://eggsylife.blogspot.com/2008/09/hibernate-spring-google-web-toolkit.html Eggsy

gwt + spring + ehcache concurrent test

2008-11-25 Thread loongest
Hi All, I did a gwt + spring application, the idea is when the application load up, i use the ehcache put the value in the memory, so gwt application will base on this memory to do something. But when the time i come to test the concurrent test (200 request), it will keep saying my

Queries in designing web application using gwt, spring hibernate

2008-11-24 Thread Amol
Hi I am designing a web application using GWT, spring hibernate. I have some queries. 1. What is the best way to submit form data? Should I use gwt form submit or collect parameters and invoke service method by passing in all form field values? 2. How should I handle security aspect

[gwt-contrib] Server side Integration (Spring security)

2008-11-12 Thread olivier nouguier
Hi, I'm listening from a long time on this mailing list and I'm still wondering if it's the right place for my questions ... I'm just finished a small integration between Spring - Spring Security GWT. It's allow to handler Authentication accross/during the GWT-RPC calls. http

Re: GWT and spring - looking for references.

2008-11-10 Thread George Georgovassilis
a service passes only domain objects (or domain view objects) between the client and the server. Hence the SL uses the notion of exporters and handlers, which provide in runtime an RPC facade to existing spring managed beans and glue them to the web interface. In the dowload section [2] you'll find a short

Re: GWT and spring - looking for references.

2008-11-10 Thread olivier nouguier
Hi, My Humble experience on the subject. It's quite easy to dispatch GWT RPC to Spring Managed Bean (SMB). There are 2 main strategies: 1) consider the SMB as a technical wrapper to a business service and then let SMB depend (implementing) on RemoteService. ++ No configuration ++ No naming

GWT and spring - looking for references.

2008-11-07 Thread Allen Firstenberg
I've gone through the documentation, and while I see a lot of here is how you can do it with spring, most seem to be referencing hacks and work-arounds that were necessary in 1.3. In 1.4, there was supposed to be changes in the GWT framework to make spring integration easier, and demonstration

Re: GWT and spring - looking for references.

2008-11-07 Thread David Durham, Jr.
On Fri, Nov 7, 2008 at 12:29 PM, Allen Firstenberg [EMAIL PROTECTED] wrote: I've gone through the documentation, and while I see a lot of here is how you can do it with spring, most seem to be referencing hacks and work-arounds that were necessary in 1.3. In 1.4, there was supposed

Re: gwt + spring ?

2008-10-23 Thread Waleed Zedan
Hi, Bootstraping the HttpInvoker in the client side is not possible using spring context. You can check this approach, it may help you. http://javaquickly.wordpress.com/2008/10/17/springfying-gwt/ wish this helps. thanks, On Mon, Oct 20, 2008 at 12:25 PM, Yonatan Maman [EMAIL PROTECTED

Re: GWT Spring Spring Security (ex acegi).

2008-10-03 Thread noon
Hi Olivier, What's the benefit compared to GWT-SL Spring integration ? Regards Bruno On 3 oct, 09:38, olivier nouguier [EMAIL PROTECTED] wrote: Hi all,  Here are our GWT Sprint Spring security component.  http://code.google.com/p/net-orcades-spring/  There is a sample war as featured

Re: GWT Spring Spring Security (ex acegi).

2008-10-03 Thread olivier nouguier
Hi, For the my GWT Dispatcher you don't need extra xml configuration to map the GWTHandler to the Managed bean: * the Spring configuration (application context) is unaware on the GWT-RPC underlying. * very simpler to maintain. This DispatchServlet resolve the Managed Bean that implements

GWT Spring Spring Security (ex acegi).

2008-10-03 Thread olivier nouguier
Hi all, Here are our GWT Sprint Spring security component. http://code.google.com/p/net-orcades-spring/ There is a sample war as featured download for the very impatient. It's allow to: * dispatch RPC-GWT request to Spring managed bean. * trigger the authentication from GWT-RPC request

source jar inclusion for serverside code... all the spring jars?!

2008-09-27 Thread jihnd
hi all, i'm trying to build gwt into my app. currently i've got a spring managed rmi service that is picked up and coded out through a servlet and a refreshing html page i'd like to replace my front end with gwt, the question i have however is regarding the neccessary inclusion of source code

Re: GWT spring integration

2008-09-23 Thread Martyn
A not very sophisticated solution, but doesn't need much explanation and gets you debugging how you want is a simple proxy servlet for each Spring managed bean, like so: public class PortfolioServiceProxyServlet extends RemoteServiceServlet implements RemotePortfolioService { // Reference

Re: GWT spring integration

2008-09-23 Thread olivier nouguier
hi all, http://code.google.com/p/net-orcades-spring/ Host my GWT Spring integration servlet with a sample project. Working under Spring, WTP, Cypal, Maven. On Mon, Sep 22, 2008 at 9:43 AM, olivier nouguier [EMAIL PROTECTED] wrote: Hi, I'm using a simple dispatch servlet to dispatch

Re: GWT spring integration

2008-09-22 Thread olivier nouguier
Hi, I'm using a simple dispatch servlet to dispatch the RPC request to a spring managed bean: http://code.google.com/p/gwt-spring-dispatcher/ IMHO, it's quite simple and not intrusive. On Sun, Sep 21, 2008 at 8:24 AM, razo [EMAIL PROTECTED] wrote: Dear All, am trying to integrate gwt

Re: GWT spring integration

2008-09-22 Thread Ed
I suppose you are working in -noserver mode. If not, do so. See the faq for help on how to use it: http://code.google.com/support/bin/answer.py?answer=87509topic=10454 Then use the server library of http://gwt-widget.sourceforge.net/ to use map url calls to spring beans. See the doc for examples

Re: GWT spring integration

2008-09-22 Thread razo
are working in -noserver mode. If not, do so. See the faq for help on how to use it:http://code.google.com/support/bin/answer.py?answer=87509topic=10454 Then use the server library ofhttp://gwt-widget.sourceforge.net/to use map url calls to spring beans. See the doc for examples

Re: GWT spring integration

2008-09-22 Thread Ed
Ofcourse, no problem: My way: download myeclipse (a trial): http://myeclipseide.com. Best way is to download it with Eclipse included so you are ready to go after installing it. When starting it, just let it point to your current workspace such that it will pick up your current settings. In

Re: GWT spring integration

2008-09-22 Thread Ed
Good to hear that it works :) -- Ed --~--~-~--~~~---~--~~ 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,

GWT + Spring + URL

2008-09-22 Thread loongest
Hi, I had done the spring + gwt intergration. But how can i get the URL from HttpRequest ? Let's say my URL show http://localhost:8080/GwtApp/customer.htm?id=ABC123#eng-home how can i get the id from url ? I'd like to get the request parameter because of prevent the user manually change the URL

GWT spring integration

2008-09-21 Thread razo
Dear All, am trying to integrate gwt with springframwork i search the web and i found many articles like http://technophiliac.wordpress.com/2008/08/24/giving-gwt-a-spring-in-its-step/ and http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/40d2de34a06a17c9/3872814bc0197b16

Re: No servlet's processed when extending GWTShellServlet (Spring integration)

2008-09-19 Thread Sumit Chandel
Hi Juan, I'm assuming that you're trying to use the specialized Spring-supporting subclass in hosted mode? If that's the case, the reason why this wouldn't work is because the embedded Tomcat instance that the hosted mode shell uses is not configured as a Spring container. If you wanted to use

[gwt-contrib] Spring security (acegi) integration.

2008-09-19 Thread olivier nouguier
Hi, I'm working on an integration between Spring security GWT. To do this I've build some spring filter/interceptors etc that use the GWT serialization. It's working fine but I have a strange behavior in the hosted mode when I need to retrieve the SerializationPolicies. My problem

GWT With Spring and Hibernate

2008-09-12 Thread Felix
I'm making an Application, and it's all working, but in a form, when a i'm click to save in the first time it's okay, but if i'm create another, and click save for the second time, the hibernate save de same register three times. Can you help me? Thanks for attention.

<    4   5   6   7   8   9