GWT for developing a desktop based application

2012-01-22 Thread Parth Savani
Hello Everyone,
 I am planning to develop a desktop app but wanted something
platform independent. So I thought of using GWT for the UI and backend
as the MYSQL everything running locally. I plan to deploy my
application with a server. Will I face any problems whatsoever if I
choose GWT for my UI. Any suggestions as to what I should use instead?

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Argument list too long error

2011-07-10 Thread parth
I am having this error while compiling a project using GWT eclipse
compile button.
I have a very big classpath due to many projects and jar files. But,
since this not an ant target, I do not know how to fix this?
[Same problem as 
http://stackoverflow.com/questions/5549592/ant-javac-task-throws-argument-list-too-long]
Does anyone have any suggestions or workarounds?


Thanks,
Parth

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Access Bean (POJO) classes at Client Side

2010-10-04 Thread Parth
Hi Didier,

Thanks for the reply.

I tried the example. It works fine. I made a mistake to send Bean
class to client side.
I was using Bean class of server side to pass from Implementing class
at server.

Thanks,
Parth.

On Oct 1, 9:11 pm, Didier DURAND durand.did...@gmail.com wrote:
 Hi,

 Aclassis transcoded by default when either in client or shared.
 So, you're ok on this side.

 Would you provide some details (code snippets) about what you try to
 achieve to be able to better understand ?
 didier

 On Oct 1, 2:35 pm, Parth parthbhaga...@gmail.com wrote:

  Hi,

  I put thatclassin client. But, I don't have any idea, what will
  happen when anyclassbe put in shared.

  Thanks.

  On Oct 1, 11:30 am, Didier DURAND durand.did...@gmail.com wrote:

   Hi,

   Did you place it in package name shared so that it gets transcoded
   to js ?
   didier

   On Oct 1, 6:23 am, Parth parthbhaga...@gmail.com wrote:

Hi all,

I am using GWT 2.0.4. I am not able to use user defined instance of
   classdefined even at client side. I am able toaccessdata using JSON
object with JSNI at client side. But not found any way to pass object
of  user definedclasssuch asBeanclassat client side in EntryPoint
   class. I had also tried it by implementing serializable interface to
theclasswhich I want at EntryPoint. But not got intended result.

Do any one have idea about that?

Thanks.

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Access Bean (POJO) classes at Client Side

2010-10-01 Thread Parth
Hi,

I put that class in client. But, I don't have any idea, what will
happen when any class be put in shared.

Thanks.

On Oct 1, 11:30 am, Didier DURAND durand.did...@gmail.com wrote:
 Hi,

 Did you place it in package name shared so that it gets transcoded
 to js ?
 didier

 On Oct 1, 6:23 am, Parth parthbhaga...@gmail.com wrote:

  Hi all,

  I am using GWT 2.0.4. I am not able to use user defined instance of
  class defined even at client side. I am able to access data using JSON
  object with JSNI at client side. But not found any way to pass object
  of  user defined class such as Bean class at client side in EntryPoint
  class. I had also tried it by implementing serializable interface to
  the class which I want at EntryPoint. But not got intended result.

  Do any one have idea about that?

  Thanks.

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Access Bean (POJO) classes at Client Side

2010-09-30 Thread Parth
Hi all,

I am using GWT 2.0.4. I am not able to use user defined instance of
class defined even at client side. I am able to access data using JSON
object with JSNI at client side. But not found any way to pass object
of  user defined class such as Bean class at client side in EntryPoint
class. I had also tried it by implementing serializable interface to
the class which I want at EntryPoint. But not got intended result.

Do any one have idea about that?

Thanks.

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Not able to access User Defined class at client side

2010-09-29 Thread Parth
Hi all,

I am using GWT 2.0.4. I am not able to use user defined instance of
class defined even at client side. I am able to access data using JSON
object with JSNI at client side. But not found any way to pass user
defined class' object at client side in EntryPoint class. I had also
try it by implementing serializable interface to the class which I
require in EntryPoint class. But not got intended result.

Hope any one can help me.

Thanks.

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Volunteers???

2010-09-08 Thread parth
Any progress on this ? Is anyone working on it ?

Parth

On Aug 25, 8:47 am, dolcra...@gmail.com dolcra...@gmail.com wrote:
 Why not natively port YUI to GWT?  Yeah exposing the api/library can
 make it easier if you're writing code that needs to be accessible from
 external javascript, but if you wrote it as a native/pure gwt library
 you would be able to benefit from gwt's optimizations.

 On Aug 24, 12:37 pm, Rodrigue rlag...@googlemail.com wrote:







  Hi All,

  I came to the idea to start a new open source project with the aim to
  make the YUI javascrip library available to GWT programmers.

  The idea would be to make use of the ability of GWT to declare native
  methods to wrap YUI (similar to Smart Gwt) so that we can use YUI
  widgets while writing java code in a new future.

  You can find info about YUI here:http://developer.yahoo.com/yui/

  Some interested people?

  Rod

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Calling GWT App from other App.

2010-08-30 Thread Parth
Hi,

I am trying to call GWT application to call from other application.
Like a web widget, I want to call GWT Application. I don't know
whether that is possible or not.

Can anyone help me out?

Thanking you,
Parth Bhagat.

-- 
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.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.