Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Jonathan Kushner
that's great news. thanks for all the hard work put into this. On Thu, Jul 30, 2009 at 2:44 PM, Jeff Chimene jchim...@gmail.com wrote: On 07/30/2009 10:00 AM, Miguel Méndez wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.

[off-topic] mind spending a moment to critique my thank you letter?

2009-07-25 Thread Jonathan Kushner
Hi Guys. Sorry to bring this into the thread, but I'm writing a thank you letter to an interview I had and wanted to get some quick feedback from a specifically tailored audience ( Java, of course :) ). I'm currently a junior level java developer. Once again, I apologize for discussing a non-GWT

Re: Create EMPTY project with Google Plugin for Eclipse

2009-07-13 Thread Jonathan Kushner
I second this. I'll definitely star this issue once it's available on GoogleCode. On Mon, Jul 13, 2009 at 3:51 PM, martinhansen martin.hanse...@googlemail.com wrote: Hello Jason, thanks for your swift response. Too bad this is not possible yet. I will star it. Unfortunately, I get a 404

Re: overview of SmartGWT EE

2009-07-07 Thread Jonathan Kushner
What is the current quote for a single developer license for EE, just out of curiosity? On Tue, Jul 7, 2009 at 6:38 AM, Sanjiv Jivan sanjiv.ji...@gmail.com wrote: Hi,The SmartClient folks have released SmartGWT EE, the enterprise version which is built over SmartGWT LGPL. I recently test drove

Re: overview of SmartGWT EE

2009-07-07 Thread Jonathan Kushner
Nevermind. I've found the information. Thanks. On Tue, Jul 7, 2009 at 8:06 AM, Jonathan Kushner jonkush...@gmail.comwrote: What is the current quote for a single developer license for EE, just out of curiosity? On Tue, Jul 7, 2009 at 6:38 AM, Sanjiv Jivan sanjiv.ji...@gmail.comwrote: Hi

Re: overview of SmartGWT EE

2009-07-07 Thread Jonathan Kushner
, 2009 at 8:16 AM, Cristian Chiovari cristian.chiov...@gmail.com wrote: I need that info too ...give me a link plz On Tue, Jul 7, 2009 at 3:14 PM, Jonathan Kushner jonkush...@gmail.comwrote: Nevermind. I've found the information. Thanks. On Tue, Jul 7, 2009 at 8:06 AM, Jonathan Kushner

Re: Is it possible to call the GWT Service outside the entry point?

2009-06-11 Thread Jonathan Kushner
As long as you're obiding by the rules of GWT client-side handling, you can call anywhere you'd like within the client package. It looks like your experience a rendering versus service calling effect. I would review the documentations on best practices for creating a GWT Application with RPC's.

Re: java policy settings for hosted jetty runtime

2009-05-28 Thread Jonathan Kushner
option at the link below: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h... Hope that helps, -Sumit Chandel On Wed, Apr 29, 2009 at 6:07 AM, Jonathan Kushner jonkush...@gmail.com wrote: I'm having complications getting the application to communicated

Re-linking GWT Back to Apache from Jetty

2009-04-30 Thread Jonathan Kushner
Is it possible to remove this binding between Google AppEngine, Jetty, and GWT and re-link the project back to tomcat ( such as the older method before the eclipse plugin ) ? Besides having major memory issues within hosted mode, the application is no longer functional due to a java socket

java policy settings for hosted jetty runtime

2009-04-29 Thread Jonathan Kushner
I'm having complications getting the application to communicated with a remote SQLServer Instance due to a policy issue. I've updated the java policy to allow connect/resolve, but no go. Any ideas why this might be occurring? I'm looking through the jetty docs at the moment, trying to find

Re: Configuring Jetty in GWT 1.6 hosted mode

2009-04-29 Thread Jonathan Kushner
You and me both! On Wed, Apr 29, 2009 at 9:29 AM, Mike mcwe...@gmail.com wrote: Dear all, I'm upgrading from gwt 1.5 to gwt 1.6. How can i configure the built-in Jetty servlet container? I need to specify a datasource that can be accessed from within my application. (I'm using the

Re: List of Usable Java Packages?

2009-04-22 Thread Jonathan Kushner
to JavaScript) as such you wouldn't normally be able to connect to a database directly - you'd go through the server which connects. Hope that helps. //Adam On 21 Apr, 15:34, Jonathan Kushner jonkush...@gmail.com wrote: Hi there! I'm sure this is a pretty naive question

List of Usable Java Packages?

2009-04-21 Thread Jonathan Kushner
Hi there! I'm sure this is a pretty naive question, but is there a list somewhere of what java objects I can ( or cannot ) use? I tried creating a connection to an oracle instance in the onModuleLoad function, in hopes of using the resultset to populate basic datasets for gwt, but apparently i was