Re: Amazon Web Services / Continuous Integration

2016-08-04 Thread Frisco Software
Thanks, already resolved. On Thu, Aug 4, 2016 at 3:48 AM, abdul wrote: > Hi phil, > > Build ear/war from your GWT application to deploy it into AWS > > -- > You received this message because you are subscribed to a topic in the > Google Groups "GWT Users" group. > To

Re: Amazon Web Services / Continuous Integration

2016-08-04 Thread abdul
Hi phil, Build ear/war from your GWT application to deploy it into AWS -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Amazon Web Services / Continuous Integration

2015-08-04 Thread Phil O
anybody have any experience deploying GWT Apps to Amazon Web Services? We are interested in being able to automatically deploy to development and production instances there after pushing to the corresponding branches either with Git or Mercurial. All help is appreciated! Best, Ari -- You

Re: Amazon Web Services / Continuous Integration

2015-05-31 Thread Ariel Janover
it for the client-side features and combining it with PHP + MySQL. Does anybody have any experience deploying GWT Apps to Amazon Web Services? We are interested in being able to automatically deploy to development and production instances there after pushing to the corresponding branches either

Re: Amazon Web Services / Continuous Integration

2015-05-28 Thread Mohammed Sameen
+ MySQL. Does anybody have any experience deploying GWT Apps to Amazon Web Services? We are interested in being able to automatically deploy to development and production instances there after pushing to the corresponding branches either with Git or Mercurial. All help is appreciated

Amazon Web Services / Continuous Integration

2015-05-28 Thread Ariel Janover
Hello everyone! We are working with GWT in a project with my Team, using it for the client-side features and combining it with PHP + MySQL. Does anybody have any experience deploying GWT Apps to Amazon Web Services? We are interested in being able to automatically deploy to development

GWT with Restful Web Services and Hibernate.

2014-11-11 Thread Ugo Giordano
Hi all, I have already implemented a web application that server side has a three-tier architecture with restful web service - DAO - hibernate that connects to the DB. So, I want know how to bring this web app in GWT. Must I make special integrations? There is an example of a web app with this

Re: GWT with Restful Web Services and Hibernate.

2014-11-11 Thread jonl
There are multiple ways to arrange your three tiers. How are they arranged? IE is it: DB - DAO - REST - Client? If that is the case, and you only want to rewrite the client portion in GWT, take a look at https://github.com/resty-gwt/resty-gwt. On Tuesday, November 11, 2014 1:16:27 AM UTC-7,

Re: How to use Web Services in GWT

2014-02-04 Thread christian
I am using https://github.com/chirino/resty-gwt -- 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

How to use Web Services in GWT

2014-02-03 Thread Vinod Narwani
I want to use Web Services in GWT can anyone suggest me how to use it .. -- 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

Example of GWT+Autobean+REST web services?

2011-11-21 Thread David Vree
Looking for a good example of this stack to see how if/how the autobean capability can create client side proxies for the service and entity Java class we have on our server. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: WEB SERVICES

2011-08-28 Thread Deepak Singh
Hi All, Even these days with app engine 1.5.3, JAS-WS client is not working even after they have added the supprt for this. I used JASWS2.1.7-20090419.jar. Created a client and run the app without GAE. Worked fine. But when i do the same thing by creating a project with GAE, i got the following

Re: WEB SERVICES

2011-08-28 Thread Deepak Singh
Any workaround pls.. On Sun, Aug 28, 2011 at 2:15 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, Even these days with app engine 1.5.3, JAS-WS client is not working even after they have added the supprt for this. I used JASWS2.1.7-20090419.jar. Created a client and run the app

Web services in google web toolkit

2011-04-25 Thread Chris
I am trying to create a gwt front end that communicates with a c# web service. I notice that whenever i try to use web services in a gwt project that the java.rmi.Remote class is not supported in gwt. I have been trying to look around for solutions but have had trouble finding a resolution. I

AutoBean and Traditional web-Services

2010-12-24 Thread drew
if I could use AutoBeans for calling already GWT hosted web services and how could I achieve that. Thanks in advance -Drew -- 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

Re: WEB SERVICES

2010-12-09 Thread nacho
Yes, but i can't remember all the step that i followed. Take a look to this, it is similar in some way to your needs http://stackoverflow.com/questions/2629297/is-it-possible-to-debug-gwt-client-code-on-a-remote-server-using-intellij-9-commu The first step is the different one, where you must

Re: WEB SERVICES

2010-12-09 Thread ben
You may have to whitelist the web service you are trying to invoke. This can be done from the gwr server vm argument/options in eclipse. On Dec 6, 11:17 am, bond daniele.re...@gmail.com wrote: Hi nancho. I've a similar problem. I've a web project made with eclipse plugin that run on embedded

Re: WEB SERVICES

2010-12-06 Thread bond
Hi nancho. I've a similar problem. I've a web project made with eclipse plugin that run on embedded jetty. I want to create a ws with axis2 but the axis2 plugin don't permit me to add a webservice because my project has not a server (Tomcat). Have you created a gwt project that can run on Tomcat

Re: WEB SERVICES

2010-12-05 Thread nacho
What i did was interact to the ws in my gwt app server code. What i mean is, for example, if you are using RPC to comunicate to your server, that you need to call to your ws in your MyServiceImpl class and that's all. But i have to say to you, that i needed to use JAX-WS and this lib is not

WEB SERVICES

2010-12-04 Thread satti
hi, can any one help how to intract with webservice in GWT. actually i genarated Java code from WSDL by using apache axis2, so that where i hav to add that code in my GWT application, can u please tell me step by step because i m new to GWT can any one help me pls... Thank in

List of Web services allowing access from any origin

2010-09-04 Thread marius.andreiana
Hi, I started a List of Web services allowing access from any origin here http://en.wikipedia.org/wiki/List_of_Web_services_allowing_access_from_any_origin These services allow developing GWT apps fully using their APIs directly from Javascript, thanks to setting the required HTTP headers

Re: Recommended approach for web services on the GWT/GAE stack?

2010-08-26 Thread Arthur Kalmenson
If GWT is your only client, why not just use GWT-RPC? -- Arthur Kalmenson On Thu, Aug 19, 2010 at 12:08 AM, Bayard Randel k...@bestpractice.org.nz wrote: Hi there, Being relatively new to the java ecosystem, I'm finding the myriad of options for providing web services a little

Re: Recommended approach for web services on the GWT/GAE stack?

2010-08-26 Thread Bayard Randel
GWT is the only client, but I also need to provide a web service that can receive and serialise json posted from a different web application. I'm just uncertain about what the best way to implement this service is on the GWT/GAE stack is.. using a servlet? On Aug 27, 5:41 am, Arthur Kalmenson

Recommended approach for web services on the GWT/GAE stack?

2010-08-18 Thread Bayard Randel
Hi there, Being relatively new to the java ecosystem, I'm finding the myriad of options for providing web services a little overwhelming. Is there a best practice, or recommended approach for providing web services in my GWT/GAE application? I understand Restlet supports the complete stack

Re: Possible ways to invoke web services with objects in GWT client

2010-04-08 Thread dgiscool
Thanks for the prompt response. The Restful web service is developed using Spring Rest framework. It expects a POST method with the User object (personal details for the user) in the request, processes the User object and returns an updated User object in the response. My understanding is that

Possible ways to invoke web services with objects in GWT client

2010-04-07 Thread Deep Chand
Hello, As mentioned in my previous posts, I am a newbie to GWT and working on a GWT client which needs to invoke RESTful web services. I need to use POST methods with user defined objects in the web svc calls over http (for e.g. User bean with personal data at the time of registration). The web

Re: Possible ways to invoke web services with objects in GWT client

2010-04-07 Thread rjcarr
Hi Deep- Could you elaborate on this a little bit? I need to use POST methods with user defined objects in the web svc calls User defined objects where ... in javascript? In java? If the latter, why not use gwt-rpc to move around these beans? You would just need to make sure they are

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-10 Thread jaga
I use Axis 2 to communicate with web services on the server. The ServiceImpl and RPC gives the results to and from the GWT client. James On Nov 9, 4:32 pm, doopa niallhas...@googlemail.com wrote: Hi, I use tomcat to connect to a variety of webservices. Essentially it works as a client

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-09 Thread doopa
Hi, I use tomcat to connect to a variety of webservices. Essentially it works as a client to them. I don't deploy to Google AppEngine though. But it does work if you control the server that you host the tomcat instance on. On Nov 8, 2:25 am, Sripathi Krishnan sripathi.krish...@gmail.com wrote:

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-07 Thread MarcoGT
On Nov 6, 7:43 pm, nacho vela.igna...@gmail.com wrote: Hi, i'm trying to develop an application with GWT in wich one i have to get the data from WS that are hosted on a different server. I was googling about that but there not so much examples. Does anyone did that? What do you mean with

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-07 Thread nacho
The problem is the following. I have an api wich connects to the differents WS and gave me all the DAOs. But when i try to use the API in the server side, in a ServiceImpl class i get the followoing error: javax.xml.ws.Service is a restricted class. Please see the Google App Engine developer's

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-07 Thread Shawn Brown
Have you looked at http://code.google.com/appengine/docs/java/urlfetch/overview.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Does anyone worked with GWT connecting to Web Services in the server side?

2009-11-07 Thread Sripathi Krishnan
it dosnt have to be a problem if i want to deploy the application in a Tomcat Server for example. You can do that if you disable Google App Engine. If you are using the GWT Eclipse plugin, there is a setting to disable App Engine. --Sri 2009/11/7 nacho vela.igna...@gmail.com The problem

Re: Invoking Web Services

2009-08-13 Thread doopa
-- From: gerardc Sender: Google-Web-Toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: Google-Web-Toolkit@googlegroups.com Subject: Invoking Web Services Sent: 12 Aug 2009 06:13 I'm trying to figure out how to make Web Service calls from GWT. Anyone have any ideas or can point me

Invoking Web Services

2009-08-12 Thread gerardc
I'm trying to figure out how to make Web Service calls from GWT. Anyone have any ideas or can point me in the right direction? Thanks. Gerard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Invoking Web Services

2009-08-12 Thread Paul Grenyer
Hi Make an RPC and the do it the Java way on the server. Paul --Original Message-- From: gerardc Sender: Google-Web-Toolkit@googlegroups.com To: Google Web Toolkit ReplyTo: Google-Web-Toolkit@googlegroups.com Subject: Invoking Web Services Sent: 12 Aug 2009 06:13 I'm trying to figure

Re: Support of web services

2008-11-11 Thread doopa
pass back the results, and the client would have to do something with this. On Nov 6, 11:17 am, silise [EMAIL PROTECTED] wrote: Hello! I would like to know how requests to web services are handled with GWT. Indeed, I have a java code that sends a request (based on axis2 java) to a web service

Support of web services

2008-11-06 Thread silise
Hello! I would like to know how requests to web services are handled with GWT. Indeed, I have a java code that sends a request (based on axis2 java) to a web service when the user clicks on a button. Thank you by advance sihem --~--~-~--~~~---~--~~ You received