Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-17 Thread Leon
tion policy - peeps with >> outdated application version"); >> return null; >> } >> } >> >> On Tue, Oct 17, 2023 at 12:20 AM 'Eric Dufresne' via GWT Users < >> google-we...@googlegroups.com> wrote: >> > Hi! >>

Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-17 Thread 'Eric Dufresne' via GWT Users
Exception e) { > LOGGER.error("Error loading Serialization policy - peeps with > outdated application version"); > return null; > } > } > > On Tue, Oct 17, 2023 at 12:20 AM 'Eric Dufresne' via GWT Users < > google-we...@google

Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-16 Thread Leon
Tue, Oct 17, 2023 at 12:20 AM 'Eric Dufresne' via GWT Users < google-web-toolkit@googlegroups.com> wrote: > Hi! > > Were you successful in building out a JAR using spring boot while still > using GWT RPC? I am on the last step of getting the `.gwt.rpc` files in the > righ

Re: Convert Existing GWT Backend to SPRING BOOT

2023-10-16 Thread 'Eric Dufresne' via GWT Users
Hi! Were you successful in building out a JAR using spring boot while still using GWT RPC? I am on the last step of getting the `.gwt.rpc` files in the right place but I still get serialization errors saying the serialization policy files are missing. For the override you did: @Override

Re: Article Planning Spring Boot and GWT Boot with Domino + Nalu

2023-05-27 Thread Alex Karg
Hi Lofi, +1, this article would certainly be a great read. Did you actually manage to create it yet? Thanks, Alex On Sunday, December 18, 2022 at 1:04:48 PM UTC+1 lofid...@gmail.com wrote: > Hi All, > > I'm looking forward for Xmas holidays... Preparing an article for GWT / > J2CL:

New comprehensive article Dynamite Duo: GWT Boot and Spring Boot

2023-02-01 Thread lofid...@gmail.com
My comprehensive article #LOVE #Java #web #browser development: Dynamite Duo #GWTBoot and #SpringBoot is available. More #Java is not possible: Github: Java 91.1% HTML 8.9%  https://bit.ly/DynamiteDuo Enjoy! Lofi -- You received this message because you are subscribed to the Google Groups

Article Planning Spring Boot and GWT Boot with Domino + Nalu

2022-12-18 Thread lofid...@gmail.com
Hi All, I'm looking forward for Xmas holidays... Preparing an article for GWT / J2CL: *Spring Boot and GWT Boot with DominoKit - Introduction - I would take the "StockWatcher" example and build a Domino UI and Nalu web app.* Any other wishes? ☺️ Another question, I see some quest

Re: Convert Existing GWT Backend to SPRING BOOT

2022-12-06 Thread Dr. Lofi Dewanto
Thanks a lot for the tips on Spring Boot packaging in JAR. Yes, the first example I showed was with packaging WAR. That works fine. I would try your tips to be able to run on the JAR packaging (second example). I'll tell you, whether I'm successful or not. It is weird, that I could run

Re: Convert Existing GWT Backend to SPRING BOOT

2022-12-06 Thread Leon Pennings
In addition to previous poster -> yes you can keep on using the GWT RPC. The things I had to change in order to keep it working when packaging the spring boot jar, was; 1 - to make sure Spring Boot runs the servlets (enough on the web for that) 2 - to make sure the gwt compile ends up in

Re: Convert Existing GWT Backend to SPRING BOOT

2022-12-05 Thread lofid...@gmail.com
Hi All, you don't have to move GWT RPC to REST and JSON when you want to move the backend to Spring Boot. GWT RPC is just a servlet which you can register in Spring Boot. Here are some examples of the standard GWT Demo StockWatcher but implemented using Spring Boot with GWT RPC and REST JSON

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread Michael Conrad
mail.com wrote: We are having a huge project already running successfully on GWT. But for some reasons we are planning to move our backend to SPRING-BOOT keeping front end in GWT. Is there any way we can do it easily without a big change in our existing application. --

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread viny...@gmail.com
Sorry we cannot get you. We will face data data transport problem in this too. On Monday, November 21, 2022 at 8:05:41 PM UTC+5:30 t.br...@gmail.com wrote: > Can't you use your GWT-RPC servlets inside Spring Boot? (and *only* change > them so you can have Spring inject dependencies int

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread viny...@gmail.com
sfully on GWT. > > But for some reasons we are planning to move our backend to SPRING-BOOT > keeping front end in GWT. > > Is there any way we can do it easily without a big change in our existing > application. > > > -- > You received this message because you a

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread viny...@gmail.com
sfully on GWT. > > But for some reasons we are planning to move our backend to SPRING-BOOT > keeping front end in GWT. > > Is there any way we can do it easily without a big change in our existing > application. > > > -- > You received this message because you a

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread Thomas Broyer
Can't you use your GWT-RPC servlets inside Spring Boot? (and *only* change them so you can have Spring inject dependencies into them so you can effectively rewrite the entire backend without touching the frontend at all) On Monday, November 21, 2022 at 3:07:33 PM UTC+1 Michael Joyner wrote

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread Michael Conrad
. But for some reasons we are planning to move our backend to SPRING-BOOT keeping front end in GWT. Is there any way we can do it easily without a big change in our existing application. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubs

Re: Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread Christian Nzhie
ning to move our backend to SPRING-BOOT > keeping front end in GWT. > > Is there any way we can do it easily without a big change in our existing > application. > > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users"

Convert Existing GWT Backend to SPRING BOOT

2022-11-21 Thread viny...@gmail.com
We are having a huge project already running successfully on GWT. But for some reasons we are planning to move our backend to SPRING-BOOT keeping front end in GWT. Is there any way we can do it easily without a big change in our existing application. -- You received this message because

Re: Spring dependency-check' is not allowed to appear in element 'bean'

2022-09-08 Thread lofid...@gmail.com
You should separate the Spring project and the GWT project... That's the best way so that you could update each projects with their dependencies as you wish. Remember GWT projects only need the Jar dependencies in compile / test time. In runtime they are just JavaScript  Here is an example

Re: Spring dependency-check' is not allowed to appear in element 'bean'

2022-08-10 Thread iweb Appe
the error is the same as the title *Spring dependency-check' is not allowed to appear in element 'bean'* Le mercredi 10 août 2022 à 15:47:20 UTC+2, iweb Appe a écrit : > <https://stackoverflow.com/posts/73307439/timeline> > > I am using a gwt app and when I upgraded spring from

Spring dependency-check' is not allowed to appear in element 'bean'

2022-08-10 Thread iweb Appe
<https://stackoverflow.com/posts/73307439/timeline> I am using a gwt app and when I upgraded spring from 2.X to 5X I get this error when I deploy on jetty I made sure to change the xsd file version to 2.5 but I still get the error. -- You received this message b

Re: Spring boot with bootstrap 5 GWT app

2021-03-22 Thread lofid...@gmail.com
Nice, thanks a lot! Lofi nikola schrieb am Sonntag, 21. März 2021 um 20:53:12 UTC+1: > A web application to demonstrate usage of dncomponents , MVP pattern, > elemenental 2 library and REST communication using DTOs as JS native > objects. > https://github.com/dncomponents/dnnorthwind > >

Spring boot with bootstrap 5 GWT app

2021-03-21 Thread nikola
A web application to demonstrate usage of dncomponents , MVP pattern, elemenental 2 library and REST communication using DTOs as JS native objects. https://github.com/dncomponents/dnnorthwind enjoy -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT with Spring Boot

2020-01-19 Thread Freddy Boucher
o mock/test with all modern REST/JSON frameworks like Spring / Resteasy / Jersey vs GWT RPC APIs that are complex to test) You can "easily" migrate your GWT RPC project to GWT RestyGWT (and use Spring boot / Resteasy on server side with a shared JAX-RS interfaces with your client) I hav

Re: GWT with Spring Boot

2020-01-19 Thread Freddy Boucher
mock/test with all modern REST/JSON frameworks like Spring / Resteasy / Jersey) You can "easily" migrate your GWT RPC project to GWT RestyGWT (and use Spring boot / Resteasy on server side with a shared JAX-RS interfaces with your client) I have a demo project using this approach:

Re: GWT with Spring Boot

2020-01-18 Thread junaid
;> which will call directly from your gwt client to springboot .. without >> RPc >> >> >> Sent from my iPhone >> >> On 17-Jan-2020, at 6:53 AM, Alex wrote: >> >> Hi, >> >> I'm trying to convert a GWT project over to use Spring Boot. I

Re: GWT with Spring Boot

2020-01-18 Thread Alex
17-Jan-2020, at 6:53 AM, Alex > wrote: > > Hi, > > I'm trying to convert a GWT project over to use Spring Boot. I'm not able > to find an example anywhere that uses GWT RPC with Spring Boot. > > Is this possible? Can anyone point me at an example please? > > Tha

Re: GWT with Spring Boot

2020-01-16 Thread junaid Paracha
o convert a GWT project over to use Spring Boot. I'm not able to > find an example anywhere that uses GWT RPC with Spring Boot. > > Is this possible? Can anyone point me at an example please? > > Thanks, > > Alex > > -- > You received this message because you are

GWT with Spring Boot

2020-01-16 Thread Alex
Hi, I'm trying to convert a GWT project over to use Spring Boot. I'm not able to find an example anywhere that uses GWT RPC with Spring Boot. Is this possible? Can anyone point me at an example please? Thanks, Alex -- You received this message because you are subscribed to the Google

Re: GWT into Spring Boot with remember-me is not working

2018-09-14 Thread Josep Llort Tella
I have also integrated GWT-SL but that not helped me to solve the issue ( here the link of this project in github https://github.com/ggeorgovassilis/gwt-sl ) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

GWT into Spring Boot with remember-me is not working

2018-09-13 Thread Josep Llort Tella
Hi I have an application based in Spring Boot and the latest GWT 2.8.2. In the application I have some protected resources one with GWT and others with standard Servlets and JSP pages. Now I have included remember-me feature, the remember-me feature is working with all the protected resources

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-18 Thread Andrei Anishchenko
as Broyer wrote: >> >> >> >> On Monday, July 17, 2017 at 11:11:46 AM UTC+2, Andrei Anishchenko wrote: >>> >>> Hi, >>> >>> I have a Maven multi-module project that uses Spring Framework in the >>> backend. Everything was working fine until I tried t

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
you continue with this layout at > least explicitly exclude non required libs from the server dependency in > the client pom, as anything related with spring. > Note that I believe the real culprit here is/was server/src/main/resources/applicationContext.xml, so excluding transitive depende

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Ignacio Baca Moreno-Torres
, as anything related with spring. El lun., 17 jul. 2017 11:05, Andrei Anishchenko <andrew.anische...@gmail.com> escribió: > Hi, > > I have a Maven multi-module project that uses Spring Framework in the > backend. Everything was working fine until I tried to migrate from GW

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
>> I have a Maven multi-module project that uses Spring Framework in the >> backend. Everything was working fine until I tried to migrate from GWT >> 2.7.0 to 2.8.1. Supposedly production mode works fine (never tried though >> so far), but in SuperDev mode I am getting

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
On Monday, July 17, 2017 at 11:11:46 AM UTC+2, Andrei Anishchenko wrote: > > Hi, > > I have a Maven multi-module project that uses Spring Framework in the > backend. Everything was working fine until I tried to migrate from GWT > 2.7.0 to 2.8.1. Supposedly production mode

GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Andrei Anishchenko
Hi, I have a Maven multi-module project that uses Spring Framework in the backend. Everything was working fine until I tried to migrate from GWT 2.7.0 to 2.8.1. Supposedly production mode works fine (never tried though so far), but in SuperDev mode I am getting initialization errors coming

users of spring 4 gwt?

2016-07-13 Thread Kay Pac
Are there users of spring 4 gwt? I have a fork I am working to get published to maven central, and it would be nice to have a beta tester or two before I publish any artifacts. Please let me know ! Original project URL is here: https://code.google.com/archive/p/spring4gwt/ I will publish my

Re: GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-05 Thread Alexander Leshkin
,I removed above stuff from web.xml,added > > @Secured({"ROLE_USER"}) > > to class ServiceBase and let all other service inherit from it,and added > this: > > > > to applicationContext.xml,and remove all other spring security related > from it,rerun my web

Re: GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-05 Thread Alex Luya
web.xml,added @Secured({"ROLE_USER"}) to class ServiceBase and let all other service inherit from it,and added this: to applicationContext.xml,and remove all other spring security related from it,rerun my web app,all inherited service invoking give 500 error,so security mechanis

Re: GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-05 Thread Alexander Leshkin
On Tuesday, July 5, 2016 at 6:02:38 AM UTC+3, Alex Luya wrote: > > and blow to applicationContext.xml: > > class="org.springframework.web.filter.DelegatingFilterProxy"/> > > > I think this causes recursion. Try to remove this bean declarion. Spring secu

GWT and spring security integration,DelegatingFilterProxy has a dead loop

2016-07-04 Thread Alex Luya
There is a pure GWT solution here:GWT Spring Security Integration (PURE GWT, NO JSP) 1,Do not use http element at all (http tag from config namespace) 2,Define your AuthenticationRpcService 3,Add AuthenticationRpcService.authenticate(user,password) method 4,Inject

Re: Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-02 Thread Juan Pablo Gardella
See https://groups.google.com/forum/m/?fromgroups#!topic/google-web-toolkit/fkbowz5-5do it's old but maybe ir is still useful for your needs El sáb., jul. 2, 2016 7:52, Gilberto escribió: > Not the answer you would like to hear, but... > > In my humble opinion, the

Re: Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-02 Thread Gilberto
Not the answer you would like to hear, but... In my humble opinion, the elegant solution would be not using GWT RPC at all. Go RESTful. For the annotation problem, I don't know if there's a way to escape... maybe you could try code generation (which usually also relies on annotations...

Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-01 Thread Alex Luya
There is a pure GWT solution here:GWT Spring Security Integration (PURE GWT, NO JSP) <http://stackoverflow.com/questions/13914547/gwt-spring-security-integration-pure-gwt-no-jsp> 1,Do not use http element at all (http tag from config namespace) 2,Define your AuthenticationRpcService

Re: GWT Spring - WebApplicationInitializer does not start

2016-03-25 Thread Thomas Broyer
On Thursday, March 24, 2016 at 11:08:07 PM UTC+1, Łukasz Drzyzga wrote: > > Hi, I want to configure Stomp MessageBroker by programmaticaly java code > using Spring annotations in GWT 2.7 project but I noticed that method > onStartup is not executed :/ I used system output p

GWT Spring - WebApplicationInitializer does not start

2016-03-24 Thread Łukasz Drzyzga
Hi, I want to configure Stomp MessageBroker by programmaticaly java code using Spring annotations in GWT 2.7 project but I noticed that method onStartup is not executed :/ I used system output print, logger and breakpoints and it's confirmed. I don't know what the problem? Maybe Jetty doesn't

Re: Step-by-step debug configurations for GWT application in Spring Tool Suite (STS) IDE

2015-12-01 Thread foal
...@gmail.com wrote: > > Hi, > > Good day. > > I've just been assigned a complicated Spring application implemented using > GWT which I don't have prior knowledge and experience. > > I desperately need your help on how to debug the application so I can > dissect it. >

Step-by-step debug configurations for GWT application in Spring Tool Suite (STS) IDE

2015-11-28 Thread blfm88
Hi, Good day. I've just been assigned a complicated Spring application implemented using GWT which I don't have prior knowledge and experience. I desperately need your help on how to debug the application so I can dissect it. The setup is this. The IDE used for the GWT application is Spring

Re: Step-by-step debug configurations for GWT application in Spring Tool Suite (STS) IDE

2015-11-28 Thread Jens
To debug your server side code you need to start Tomcat in debug mode and then attach your IDE as a remote debugger: http://wiki.apache.org/tomcat/FAQ/Developing#Debugging I assume you are using GWT 2.7 and you are using SuperDevMode. To debug your client side GWT code you would use your web

Re: Step-by-step debug configurations for GWT application in Spring Tool Suite (STS) IDE

2015-11-28 Thread blfm88
Hi Jens, Thank you very much for your reply. For the tomcat remote debugging part, I was already able to do that by setting up configurations similar to the steps mentioned in the Tomcat FAQ link you provided. In fact, when start/launch tomcat in debug mode and launch the application and

GWT and Spring Boot with gwt-maven-plugin

2015-09-14 Thread apanizo
Hi all, I am trying to integrate GWT in a given spring boot project (Kurento Room <https://github.com/Kurento/kurento-room>). Everything looks good until I launch SpringBoot. The error that I see is: *Caused by: java.lang.IncompatibleClassChangeError: Implementing class* *over some

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-10 Thread Anton Mityagin
Yeah, i see. You implement manual version control in your project. But, I decided to use RF in my project to forget about transmission domain objects between server and client. In general, it is unclear why the guys at Google have made the RF this way. On Wednesday, June 10, 2015 at 2:51:48

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-10 Thread Thomas Broyer
today than it was initially conceived (TL;DR: started as just CRUD keeping the client and server entities in sync, evolved into RPC). Unfortunately, some early design decisions have slept in, making things a bit blurry about what RF is best at. I also believe the partnership with Spring Roo

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-10 Thread Anton Mityagin
). Unfortunately, some early design decisions have slept in, making things a bit blurry about what RF is best at. I also believe the partnership with Spring Roo at the time wasn't for the better (and it didn't last long, I'm not even sure it lived 'til the 2.1 final release). But there are many things

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-09 Thread Ignacio Baca Moreno-Torres
RequestFactory + Spring + JPA + Hibernate I took as a basis the idea proposed by Thomas ( http://stackoverflow.com/questions/7696764/does-gwt-requestfactory-support-implementation-of-optimistic-concurrency-control/7697307#7697307 ). As he wrote his idea - pure theory. @ProxyFor(MyEntity.class

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-09 Thread Anton Mityagin
RequestFactory does not support optimistic locking. see details https://code.google.com/p/google-web-toolkit/issues/detail?id=6046 I tried to implement it для RequestFactory + Spring + JPA + Hibernate I took as a basis the idea proposed by Thomas ( http://stackoverflow.com/questions/7696764

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-09 Thread Jens
We don't use RequestFactory but GWT-RPC with Eclipselink + optimistic locking and heavy auto saving. Because we don't want to live with the extra query when doing the em.find / detach / update version / merge dance we simply do the version check manually in the app. Also we don't send versions

Re: GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-09 Thread Ignacio Baca Moreno-Torres
optimistic locking. see details https://code.google.com/p/google-web-toolkit/issues/detail?id=6046 I tried to implement it для RequestFactory + Spring + JPA + Hibernate I took as a basis the idea proposed by Thomas ( http://stackoverflow.com/questions/7696764/does-gwt-requestfactory-support

GWT 2.7.0 RequestFactory + Spring + JPA + Hibernate optimistic locking implementation

2015-06-08 Thread Anton Mityagin
As all you know RequestFactory does not support optimistic locking. see details https://code.google.com/p/google-web-toolkit/issues/detail?id=6046 I tried to implement it для RequestFactory + Spring + JPA + Hibernate I took as a basis the idea proposed by Thomas (http://stackoverflow.com

SRVE8094W: WARNING: Cannot set header. Response already committed - upgrading gwt/Spring application to WAS 8.5 - HELP!!!

2015-05-14 Thread Paul Lebedev
Hi, I'm upgrading app server of somewhat old GWT 2.03/Spring 2 application from WAS 7.00 to WAS 8.5.5 and I'm getting the following error when I try to load that very first Login JSP: [5/11/15 15:55:18:969 EDT] 010e ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init

Re: GWT with Maven and Spring

2014-09-29 Thread George Georgovassilis
Hi Dilan, I run several GWT projects with Spring and Maven without a big fuss, but it requires some tweaking until you get it right. I keep a bare (more or less) project skeleton on github [1] to help me speed up new projects. [1] https://github.com/ggeorgovassilis/gwt-stuff/tree/master/gwt

Re: GWT with Maven and Spring

2014-09-26 Thread Dilan A
Is there is a any working tutorial to get GWT setup with using maven? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-23 Thread Dilan A
On Monday, 22 September 2014 21:29:29 UTC+10, Thomas Broyer wrote: On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for

Re: GWT with Maven and Spring

2014-09-22 Thread Dilan A
On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how maven libs are not available under WEB-INF/lib -- You received

Re: GWT with Maven and Spring

2014-09-22 Thread Thomas Broyer
On Monday, September 22, 2014 12:32:50 PM UTC+2, Dilan A wrote: On Monday, 22 September 2014 01:07:47 UTC+10, Thomas Broyer wrote: The default scope in Maven is compile, there's no scope named default. Thanks for pointing that out but I'm still getting the same error message. Some how

GWT with Maven and Spring

2014-09-21 Thread Dilan A
Hi I have got gwt with spring and I'm getting following error java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener My maven dependency has loaded the spring libraries but its look like lib are not available at \war\WEB-INF\lib In POM i have added

GWT with Maven and Spring

2014-09-21 Thread Thomas Broyer
The default scope in Maven is compile, there's no scope named default. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Vasu
I have created details list advantages that one can get using GWT have look at it http://www.pandurangpatil.com/2012/09/benefits-of-using-gwt.html On Monday, 8 September 2014 13:49:13 UTC+5:30, Ronan Quillevere wrote: My opinion - No javascript developer - Statically typed - Use

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Néstor Boscán
For me the advantages are: 1.- If your application needs to feel like a desktop application this framework is as close as it gets. 2.- Because almost everything runs on the browser side you use less server processing and you can scale to more users. You can even create apps that download on the

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Joseph Lust
Good points nestorjb, but I wanted to embellish a few: 2.- Because it behaves like a desktop app, when you test, you have to test from the first page which leads to long testing cycles. If you use a Places/Activities pattern, such as in GWTP (GWT Platform), then you'll have page state

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Jens
I would add a *con *though: Another con: Because GWT is so Java'ish people often think they don't need knowledge of CSS / HTML / JS at all when using GWT. However reality is that sooner or later you will need knowledge in these areas. You don't have to be experts but you shouldn't be

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-09 Thread Joseph Lust
Amen Jens. If you're going to be a web developer, you'll need to know about the web. GWT doesn't hide you from JS/CSS/HTML/HTTP entirely, it just makes them work well with Java and Java patterns in a highly optimized way. Sadly, many a manager I've championed about GWT don't want to hire expert

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-08 Thread Ronan Quillevere
My opinion - No javascript developer - Statically typed - Use JavaScript - Multi-browser / mobile support - Open source / free More details here : http://ronanquillevere.github.io/2014/02/08/why-choosing-gwt.html On Saturday, September 6, 2014 4:53:24 AM UTC+2, abdullah wrote: Hi, I am

Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread abdullah
Hi, I am newbie to GWT and started developing my application using GWT.I would like to know what is the main advantages for going to GWT since we have lot of technology like JSP,Struts,..Can anyone give me suggestion on this? -- You received this message because you are subscribed to the

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread Dennis Haupt
ide support. less technologies in total. 2014-09-06 4:53 GMT+02:00 abdullah mohammedsameen@gmail.com: Hi, I am newbie to GWT and started developing my application using GWT.I would like to know what is the main advantages for going to GWT since we have lot of technology like

Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread jonl
The thing is, its not an either or proposition. GWT is java AND javascript. You can uses jsps to create the page that your gwt module resides in. You can use spring to manage your beans and secure the client and server side of the application. I would say that struts might mot offer much

Re: Main Advantages of using GWT against other technology like [jsp,spring,javascript...]

2014-09-06 Thread emurmur
Of course, the requirements of your particular application are the main gating factor for any choice and we don't know what the applicaiton is. But generally speaking, GWT is great for single-page applications; applications that run in the browser but act like desktop applications. Rather

Re: Development Mode not working : BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]

2014-04-12 Thread mzamoun
For your question : Are all of your JARs in WEB-INF/lib, and all your compiled classes in WEB-INF/classes? The answer is Yes. Le lundi 24 mars 2014 11:28:55 UTC+1, mzamoun a écrit : I have an application gwt(2.6.0), spring(3.2.5.RELEASE), hibernate(4.2.1.Final), maven(2.2). When I run

Re: Development Mode not working : BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]

2014-04-12 Thread mourad zamoun
Yes See you soon -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Development Mode not working : BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]

2014-03-24 Thread mzamoun
I have an application gwt(2.6.0), spring(3.2.5.RELEASE), hibernate(4.2.1.Final), maven(2.2). When I run as web Application, I got this error : org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML

Re: Development Mode not working : BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]

2014-03-24 Thread Thomas Broyer
Are all of your JARs in WEB-INF/lib, and all your compiled classes in WEB-INF/classes? (put differently: are all of your server-side code and dependencies in WEB-INF/ ?) On Monday, March 24, 2014 11:28:55 AM UTC+1, mzamoun wrote: I have an application gwt(2.6.0), spring(3.2.5.RELEASE

GWT with Spring

2014-03-05 Thread Dilan A
Hi I got gwt setup through maven and try to configure spring 4 and getting following error: javax.servlet.UnavailableException: org.spring4gwt.server.SpringGwtRemoteServiceServlet -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread efsiken
Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile and install the application without any problem. But when deploy the generated war file on tomcat 6, deployment is successful, but the application doesn't start. Here

[gwt-contrib] Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread efsiken
Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile and install the application without any problem. But when deploy the generated war file on tomcat 6, deployment is successful, but the application doesn't start. Here

[gwt-contrib] Re: Problem deploying GWT+Maven+Spring War on tomcat 6

2014-02-12 Thread Thomas Broyer
Please use https://groups.google.com/d/forum/google-web-toolkit or stackoverflow.com to ask for help. On Wednesday, February 12, 2014 3:36:11 PM UTC+1, efsiken wrote: Hello, I developed a GWT+Spring+Maven application on eclipse helios and all works well on eclipse. I clean, compile

GWTP Spring dispatch and GWTTestCase - No bean named 'HttpRequestHandlerServlet'

2013-10-20 Thread Piotr B
Hi folks, I am having trouble with testing access to gwtp dispatcher configured in Spring environment. I posted a question here: http://stackoverflow.com/questions/18913991/gwt-spring-dispatch-and-gwttestcase-no-bean-named-httprequesthandlerservlet but it seems that no one has encountered

Spring backend, and gwt frontend, seperation of concerns?

2013-10-13 Thread Nir Avital
Soon we are about to start developing a new project which is basically a Back-office application. We chose the following technologies in our backend: Spring, JPA, mySQL , MongoDB, RabbitMQ.. We chose to use GWT as our frontend framework. My question is very simple: Should we create one

Re: Spring backend, and gwt frontend, seperation of concerns?

2013-10-13 Thread Jens
I would create 2-3 projects: - a client project that only contains the GWT code that will be compiled to JS. - a server project that contains your backend code (could also contain GWT-RPC service implementations etc.) (- a shared project that contains code used by client and server, e.g.

Re: arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-09 Thread Srini v
ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well ! As most of you I guess, we came from the Java world and jumped to GWT with our Java habits. We tried to find a lib that would help us do

Re: arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-09 Thread Thomas Broyer
...@gmail.com Hi GWT people ! I am pleased to annonce the first public ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well ! As most of you I guess, we came from the Java world and jumped

Re: arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-09 Thread Srini v
: Which is the library URL? 2013/10/8 Francois Barre francois.ba...@gmail.com Hi GWT people ! I am pleased to annonce the first public ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well

arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-08 Thread Francois Barre
Hi GWT people ! I am pleased to annonce the first public ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well ! As most of you I guess, we came from the Java world and jumped to GWT with our Java

Re: arondor-common-reflection, a new library to use Spring beans in GWT :

2013-10-08 Thread Juan Pablo Gardella
Which is the library URL? 2013/10/8 Francois Barre francois.ba...@gmail.com Hi GWT people ! I am pleased to annonce the first public ralease of arondor-common-reflection, a tiny lib which provides Spring-Beans IoC to GWT. Licensed under Apache Public License, and performs quite well

Re: Spring with Hive Integration

2013-09-25 Thread Tajima Kazuo
+2, Amrendra Singh wrote: I am trying to to integrate spring with hive, i am wring a hive query in beans.xml file but i get Exception in thread main org.springframework.beans.**factory.parsing.** BeanDefinitionParsingException**: Configuration problem: Unable to locate Spring

Spring with Hive Integration

2013-09-24 Thread Amrendra Singh
I am trying to to integrate spring with hive, i am wring a hive query in beans.xml file but i get Exception in thread main org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http

Re: Spring with Hive Integration

2013-09-24 Thread Thomas Broyer
And the relationship to GWT is? On Tuesday, September 24, 2013 7:51:53 AM UTC+2, Amrendra Singh wrote: I am trying to to integrate spring with hive, i am wring a hive query in beans.xml file but i get Exception in thread main

Gwt-Rpc returning empty objects(Spring+Jpa2)

2013-08-08 Thread med amine nabigh
I am trying to display data from the databae,but the returning objects are empty. jpaDAO: public ListE findAll() { Object res = getJpaTemplate().execute(new JpaCallback() { public Object doInJpa(EntityManager em) throws PersistenceException { Query q =

Re: Spring 3,Jpa Integration

2013-07-05 Thread Szymon
I'm using http://code.google.com/p/gwt-sl/wiki/Documentation for spring-gwt integration and it's working fine W dniu środa, 3 lipca 2013 21:19:47 UTC+2 użytkownik med amine nabigh napisał: I am trying to integrate Spring 3,Jpa and Gwt using Spring4gwt , but I am getting an exception while

  1   2   3   4   5   6   7   8   9   >