Re: Creating and Importing GWT Independent Modules

2009-08-25 Thread Lucas Neves Martins
Another thing I've found out. The Eclipse IDE cache makes things a little difficult sometimes. So, when creating the other package, exporting the jar, etc, make sure you refresh all the projects. On 17 ago, 16:18, Lucas Neves Martins snown...@gmail.com wrote: I am not a GWT expert, but I don't

Re: GWT 1.7 Crash while Compiling HistoryImplTimer.java

2009-08-25 Thread Lucas Neves Martins
Yeah, you're right. I don't know how this happened, but I had duplicates of my gwt libs on the classpath. Probably because I was importing the 1.6 jars individually, and the 1.7 was being imported as a User Library. Just removed the old ones and it worked. Thanks Chandel! On 31 jul, 14:54,

Re: Creating and Importing GWT Independent Modules

2009-08-17 Thread Lucas Neves Martins
instructions a try and let us know if you managed to package and reuse your module. Hope that helps, -Sumit Chandel On Fri, Jul 31, 2009 at 10:37 AM, Lucas Neves Martins snown...@gmail.comwrote: Nope, Can anybody give a step-by-step ? On 29 jul, 10:49, Nuno brun...@gmail.com wrote

Re: Creating and Importing GWT Independent Modules

2009-08-17 Thread Lucas Neves Martins
xml file. You should be ready to go. Give those instructions a try and let us know if you managed to package and reuse your module. Hope that helps, -Sumit Chandel On Fri, Jul 31, 2009 at 10:37 AM, Lucas Neves Martins snown...@gmail.comwrote: Nope, Can anybody give a step

Re: Multiple Projects in Eclipse Sharing RPCs

2009-08-17 Thread Lucas Neves Martins
??? What happened? On 17 ago, 12:15, Jason Parekh jasonpar...@gmail.com wrote: Hey jhnclvr, FYI, your message was truncated =) On Mon, Aug 17, 2009 at 10:03 AM, jhnclvr jhnc...@gmail.com wrote: Hello everyone, --~--~-~--~~~---~--~~ You received this

Re: Creating Reuseable Modules

2009-08-17 Thread Lucas Neves Martins
Yeah I know the feeling, My app was taking around 20-30 seconds to load for the first time - after the first load it was nearly instant I've tested with Google Page Speed and Page Activity as well, and I come to realize that the biggest problem is the huge amount of JS scrips ( at least for me

Re: Linux 64bits package?

2009-08-17 Thread Lucas Neves Martins
Rajeev Dayal says: ... the next release of GWT will no longer require that you use a 32-bit JVM. It will support a mode of execution known as Out-of-process-hosted-mode. Instead of debugging your application using the hosted browser, you'll be able to debug it while it runs in a real browser.

Post Sorting in google groups

2009-08-17 Thread Lucas Neves Martins
I don't think this is the right place to ask, but anyway I'll give it a shot, is there anyway that I can sort the post of the group by number of messages? I mean, I often like to walk around the list to answer for the questions of the google web toolkit members, and I wish I could start by

Re: Creating and Importing GWT Independent Modules

2009-07-31 Thread Lucas Neves Martins
, then select java package after you only need to import this jar on the other project you want to use it, and on the module xml make reference to the xml of the library. you can find an example on my blog.http://tcninja.blogspot.com On Wed, Jul 29, 2009 at 10:10 AM, Lucas Neves Martins snown

Re: Gadgets Docs

2009-07-29 Thread Lucas Neves Martins
, Jul 28, 2009 at 2:16 PM, Lucas Neves Martinssnown...@gmail.com wrote: Whoops, here it goes: http://code.google.com/intl/en/webtoolkit/tutorials/1.6/gadgets.html On 28 jul, 15:14, Lucas Neves Martins snown...@gmail.com wrote: The link is broken, /intl/en/webtoolkit/tutorials/1.6

Re: Application Integration

2009-07-29 Thread Lucas Neves Martins
I saw some guys doing that with iframes, I do not like iframes, but it works, give it a try. If you know how to use an iframe you already figured out what to do, but if not : [code] iframe src=myapp/MyGwtApplication.html name=MyAppFrame width=600 height=400 scrolling=noAn integrated

Creating and Importing GWT Independent Modules

2009-07-29 Thread Lucas Neves Martins
I looked it up all over the internet, but I only found this link : http://developerlife.com/tutorials/?p=229 I need to create a .jar with gwt views (those .java in the client package) and then import it to other gwt project, much like they do with the SmartGwt api. How they did the SmartGwt

Re: Gadgets Docs

2009-07-29 Thread Lucas Neves Martins
: Whoops, here it goes: http://code.google.com/intl/en/webtoolkit/tutorials/1.6/gadgets.html On 28 jul, 15:14, Lucas Neves Martins snown...@gmail.com wrote: The link is broken, /intl/en/webtoolkit/tutorials/1.6/gadgets.html Bridges are falling, and buidings are crashing here, somebody

Gadgets Docs

2009-07-28 Thread Lucas Neves Martins
The link is broken, /intl/en/webtoolkit/tutorials/1.6/gadgets.html Bridges are falling, and buidings are crashing here, somebody help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Gadgets Docs

2009-07-28 Thread Lucas Neves Martins
whoops, here it goes: http://code.google.com/intl/en/webtoolkit/tutorials/1.6/gadgets.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: Gadgets Docs

2009-07-28 Thread Lucas Neves Martins
Whoops, here it goes: http://code.google.com/intl/en/webtoolkit/tutorials/1.6/gadgets.html On 28 jul, 15:14, Lucas Neves Martins snown...@gmail.com wrote: The link is broken, /intl/en/webtoolkit/tutorials/1.6/gadgets.html Bridges are falling, and buidings are crashing here, somebody help

GWT 1.7 Crash while Compiling HistoryImplTimer.java

2009-07-24 Thread Lucas Neves Martins
Well well, I was just getting excited about the new release, and then I've got busted. I've updated from the 1.6.4 to the new 1.7 gwt release, and now I'm getting an error when trying to compile the application. Here is my GWT Development Shell Output: [code] [INFO] Starting HTTP on port

Re: Debugging GWT App in Eclipse

2009-07-24 Thread Lucas Neves Martins
Just Right+Click the *.gwt.xml in your app package, and click Debug As . There will be two ok possibilities, debugging as GWT Hosted mode Application, or as Web Application ( with the blue google icon). Just choose the one that suits you, if you are in doubt, just try both. It might sound

Source Code Loss

2009-06-19 Thread Lucas Neves Martins
It happened today, my Cypal Gwt eclipse plugin crashed. ( I use cypal 'cause it fits my needs ) I've lost my Ctrl+Z history, and half of the class I was editing ( it saved the class automatically after the crash ). The IDE didn't crashed, just the plugin, so, the Hosted server was still

Re: Source Code Loss

2009-06-19 Thread Lucas Neves Martins
at 1:53 PM, Lucas Neves Martins snown...@gmail.comwrote: It happened today, my Cypal Gwt eclipse plugin crashed. ( I use cypal 'cause it fits my needs ) I've lost my Ctrl+Z history, and half of the class I was editing ( it saved the class automatically after the crash ). The IDE

Gwt Built-in application server Configuration

2009-06-04 Thread Lucas Neves Martins
Hey guys, I'm having some issues about permission with the built-in server of Gwt, It denies any socket creation and filesystem access. How do I configure it to allow these things? I can do it in tomcat or glassfish, but I can't find the configuration file of the built-in hosted mode server.