Re: Deploy GWT in WebSphere

2009-04-28 Thread JITEchno
Hello Mark. Impossible. but why you created project not as WebApp? create WebApp project anr export resources to new location, to WA project.. good luck On Apr 28, 10:41 am, mkl mark.luebin...@ppi.de wrote: Hello JITechno, I hoped, it would be possible to create a WAR-file directly from GWT

Re: Deploy GWT in WebSphere

2009-04-27 Thread JITEchno
Hello, I did not work with WebSphere, but approach is the same. You are not able create WAR or deployment failed, what is your problem? On Apr 27, 5:25 pm, mkl mark.luebin...@ppi.de wrote: I found not really fine possibility - to copy the whole stuff to web- project of RAD and then export als

Re: Given: One WAR archive; three independent Host Pages; common client and server code. Question: How to best organize such project(s) and have each HTML page load only its used code?

2009-04-27 Thread JITEchno
Hello, I dont sure you will realize it if 3) its own implementation of EntryPoint interface at least, I did not find solution. But I think, it should be possible. of course, you can put all code under one EntryPoint , but this solution is not elegant. On Apr 26, 3:26 pm, JDK

Re: Same app in several Hosted Pages

2009-04-26 Thread JITEchno
Hello, I have similar problems, I need few pages with different Javascriots. I stsrted from 2 classes with MainEntryPoint, but was not able manage it.. Only solution, what I found, put all code for generation JS under one MainEntryPoint for page.html, and call corresponding section of code using

Re: Start server implement loop with timer

2009-04-26 Thread JITEchno
Hi, I dont sure that I understand your pain in right way, but u always can start server as you like and when you like. After that u can prepare any data for client to be ready up to connection time. But if u need data or action from client to activete server class, it is available only after

Re: How make few pages with GWT ?

2009-04-22 Thread JITEchno
Thanks, but I read it. There is a good introduction for a sample application, but my task is more complicated. I have to use 2 pages with Entrypoints , second one accessing from first. I think, problem is in correct designing of web.xml and gwt.properties, but I still did not achive result. On

How make few pages with GWT ?

2009-04-21 Thread JITEchno
Hi alls, I am trying to use GWT for generation few pages. F.e. I have first page with GWT script on it, where I choice name of second one: AAA After that, I Am going to this next, AAA.jsp. Nice it works fine. But I need to put again GWT generated script on this AAA.jsp and I am able find how to