Re: Trouble in using jboss with GWT in dev mode ([ERROR] Unable to find 'xxxx.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?)

2010-10-06 Thread Sanjeev
I was able to resolve this, it was a classpath setup issue in eclipse. -- 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

Trouble in using jboss with GWT in dev mode ([ERROR] Unable to find 'xxxx.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?)

2010-10-05 Thread Sanjeev
Gurus: GWT newbie here, need help. I have a J2EE app (has web and MDB components) that I am developing using JBoss as the app server. We decided to use GWT as a piece in our frontend technology. I am having trouble setting up the project such that I can run the app in dev mode. I have a GWT

Re: Need help with [ERROR] Annotation error: while doing GWT compile

2010-10-05 Thread Sanjeev
You are right sir, absolutely! I had not compiled the code (^%$), I know :-). Thank you for helping out! Regards Sanjeev -- 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

Re: Suggestion needed in design a shops website

2010-04-28 Thread Sanjeev Kulkarni
Try using SmartGWT if you want to make your web page more attractive. Here is a link http://www.smartclient.com/smartgwt/showcase/#main On Apr 28, 10:10 am, chaitanya kumar chetan2...@gmail.com wrote: Use scroll table inseide absolute panel in that you use radio button or check box to select

Re: Suggestion needed in design a shops website

2010-04-28 Thread Sanjeev Kulkarni
http://www.smartclient.com/smartgwt/showcase/#featured_complete_app This is exactly what u needed! On Apr 28, 12:24 pm, Sanjeev Kulkarni sanjeev...@gmail.com wrote: Try using SmartGWT if you want to make your web page more attractive. Here is a linkhttp://www.smartclient.com/smartgwt/showcase

How to create user web pages

2009-11-16 Thread Sanjeev Kulkarni
web page explicitly without searching like linkedin public profile pages. Any idea will be greatly appreciated.Thanks. Sanjeev -- 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

Re: How to create user web pages

2009-11-16 Thread Sanjeev Kulkarni
redirects - is to use one url with a parameter like this: http://example.com/login?user=sanjeev The servlet extracts the username, load the modeldata from the database for it and sent it back to the client. On 16 Nov., 11:40, Sanjeev Kulkarni sanjeev...@gmail.com wrote: Hi all, Don't know

Re: Reading from a property file in GWT

2009-10-26 Thread Sanjeev Kulkarni
Hi, It is possible. create a java file which is like below public interface LoginConstants extends com.google.gwt.i18n.client.Messages{ @DefaultMessage(Logging in..) @Key(loggingIn.msg) String loggingIn_msg(); } And in the .properties file u just have to access this like

Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Sanjeev Kulkarni
Yes just upload the war file to web and it should work well... On Oct 27, 9:40 am, rjcarr rjc...@gmail.com wrote: There are many ways to do this, but what you'll probably want to do is create a WAR file of the contents in your war directory (using the jar command) and then copy that into the

Re: Exception in thread main java.lang.NoClassDefFoundError: com/google/gwt/dev/HostedMode

2009-10-26 Thread Sanjeev Kulkarni
Yes I fixed this problem. I have removed the class path entries and then refreshed the project and then re-added the class path entries and this worked for me. On Oct 27, 9:16 am, Sanju sanjeev...@gmail.com wrote: Hi, I am getting following error when I try to run my web application in hosted

Re: Is it able to submit GWT widget in general web form?

2009-10-26 Thread Sanjeev Kulkarni
Please elaborate your problem On Oct 27, 10:33 am, Cage cage...@gmail.com wrote: Hi there,   Can anyone know how to submit GWT widget in a general web form e.g. JSP, ASP... ?   Thanks a lot. c...@hk --~--~-~--~~~---~--~~ You received this message

Re: Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer'

2009-10-05 Thread Sanjeev
Fixed this problem... On Oct 5, 11:32 am, Sanju sanjeev...@gmail.com wrote: hi all, I am getting the following errors when I added a new source folder to my existing project. [ERROR] Unable to find type 'com.aadhyah.sponsorer.ui.client.Sponsorer' [ERROR] Hint: Previous compiler errors

Re: WYSIWYG version of Google Plugin for Eclipse coming soon?

2009-09-11 Thread Sanjeev
Without an open source visual (WYSIWYG) GUI builder, GWT use will get restricted to advanced Java programmers who love to code rather than drag-n-drop widgets. (Most Java programmers nowadays just use Java GUI builders like Matisse in Netbeans / Eclipse). Compare with the excellent open source