Re: JS works in html file but not in httpServlet

2010-08-18 Thread Luis Daniel Mesa Velasquez
Can you explain what you mean by running it from a servlet? do you mean you have something like: out.println(script type=\text/javascript\Main/Main.nocache.js/ script); or what are you running? On Aug 14, 3:02 pm, poe stefan.poe...@googlemail.com wrote: Hi everybody, i've got a problem. When

Re: GWT security

2010-08-11 Thread Luis Daniel Mesa Velasquez
I don't see anything about the encryption used in the RPC call to the userservice... so it's just a fancy 3rd party RPC call, no security there... On Aug 10, 3:20 am, Peter Simun si...@seges.sk wrote: Hi all, I just wanted to share with you the article about security in GWT

Re: Hosting Entire Website on AppEngine? Integrating GWT into your website?

2010-08-10 Thread Luis Daniel Mesa Velasquez
GWT is client-side mostly. If you don't use RPC then ANY webhosting works. This could be for instance when you make a Facebook application that uses their Javascript SDK or your own Javascript SDK. If you use GWT RPC then you need a servlet hosting (like GAE) Each GWT module is a javascript

Re: Loading a GWT module into a jsp page

2010-08-04 Thread Luis Daniel Mesa Velasquez
Can you post your EntryPoint? maybe you nned to check the RootPanel.get() methods and check everything's where it's supposed to be... On Aug 3, 7:55 pm, shinokamparos shinokampa...@gmail.com wrote: Hi all, I have a GWT module I want to load into a jsp page. My nocache.js file load correctly

Re: Where can I put a File to be read/write from RPC Servlet ?

2010-07-31 Thread Luis Daniel Mesa Velasquez
I might be missing something... but, why don't you store it in a database? On Jul 28, 9:31 am, Jose Luis Estrella Campaña jlecamp...@gmail.com wrote: Katharina, Hi, and... No, I have not solved it. apparently the file and/or directory restrictions are ok, at least according to what I have

Re: GWT embeding

2010-07-25 Thread Luis Daniel Mesa Velasquez
GWT is flexible enough to let you write HTML where you need it and Java for the rest... for a start on what you want to do try this tutorial: http://courses.coreservlets.com/Course-Materials/gwt.html It starts with a simple HTML page and GWT gets added to predefined DIVs, I think this is what

Re: create web service inside GWT project

2010-07-11 Thread Luis Daniel Mesa Velasquez
If the response is something static (a template), it would have been easier to use a JSP. If you're fetching any document (unknown MIMETYPE), then using servlets is ok... fetch the document's content from database, use response.setContentType(mimetypefromdatabasehere); etc... A pointer... the

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-10 Thread Luis Daniel Mesa Velasquez
@prashant he's not talking about RPC he's talking about loading the Entry Point, @lineman78 is the way to go for this one... ADD a simple image img id=splash src=../images/spalsh.gif / or add a div with a background image... div id=splash style=background-image: url(../images/spalsh.gif);/div

Re: Google's Way ! reinventing the wheel

2010-07-10 Thread Luis Daniel Mesa Velasquez
you need ConstantsWithLookup... i think... or check this... http://codeherding.blogspot.com/ look at the end for the archive and then find the intro then select the i18n section. On Jul 10, 2:51 pm, Stefan Bachert stefanbach...@yahoo.de wrote: Hi, First of all i18n of GWT is using property

Re: adding packages to gwt app

2010-07-08 Thread Luis Daniel Mesa Velasquez
I don't quite understand your question, by client-side application i understand either a Javascript only app or a J2SE app, but as i understand it, i think you need to inherit in the gwt module. Only client side code get's compiled into javascript, so look at your code and see what goes in the

Re: Use multiple html host pages

2010-06-27 Thread Luis Daniel Mesa Velasquez
http://codeherding.blogspot.com/ Create a new module for the other page and transfer state to it... Forward or redirect. On Jun 25, 5:15 am, Ho Jimmy jimmyyl...@gmail.com wrote: Hi, I would like to use multiple host pages for creating a GWT application. Since it is not quite possible to use

Re: Unable to download gwt-2.0.3.zip

2010-05-30 Thread Luis Daniel Mesa Velasquez
Latest? isn't 2.0.3 the latest? On May 29, 1:35 pm, Deepak Bammi deepak.ba...@gmail.com wrote: Just for information, latest gwt version is also released. Thanks, Dev Deepak Bammi +91.9818.528.834 Direct -- You received this message because you are subscribed to the Google Groups Google

Unable to download gwt-2.0.3.zip

2010-05-28 Thread Luis Daniel Mesa Velasquez
I downloaded gwt-2.0.3.zip (aprox. 36MB) but when i try to unzip it i get a message stating the file is corrupt or is empty. When i try to extract it using 7zip i only get 15 MB extracted and a list of error messages saying certain files use non-valid compression methods. Can anyone help me unzip