generators and field annotations

2008-10-31 Thread David Durham, Jr.
Hi all, I'm thinking about writing a simple forms generator using annotations. Here's an example of a form class public class MyForm { @EmailField(label=E-mail, required=true) private String email ; // or public String email -- I don't really care about that

Re: GWT -ext

2008-11-05 Thread David Durham, Jr.
On Wed, Nov 5, 2008 at 7:48 AM, programmerajay [EMAIL PROTECTED] wrote: Can anyone please list out the most coolest features of GWT-ext which dont have any problems to use with. There are showcase apps that you should be able to find from the links below. Regarding problems ... your mileage

Re: GWT, Mootools and JQuery

2008-11-05 Thread David Durham, Jr.
On Wed, Nov 5, 2008 at 9:22 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there any incompatibilities with one of these javascript librairies? (Mootools and JQuery) I think you probably need to post this question to the Mootools and JQuery mailing lists. In general, JQuery does a good

state of hibernate + GWT 1.5

2008-11-05 Thread David Durham, Jr.
Hi all, What's the state of things with Hibernate and GWT 1.5. I've done some quick googling and I see reference to the following: 1 - hibernate4gwt 2 - Making hibernate persistent collections GWT serializable 3 - Just writing your pojo copy utility perhaps using beanlib I'm wondering if

Re: state of hibernate + GWT 1.5

2008-11-06 Thread David Durham, Jr.
On Thu, Nov 6, 2008 at 7:49 AM, Arthur Kalmenson [EMAIL PROTECTED] wrote: Hello Dave, We use a common domain object between the client and server side. The domain objects are JPA annotated beans, and they travel between the client and server. The only think you have to watch out for is

Re: GWT -ext

2008-11-06 Thread David Durham, Jr.
On Wed, Nov 5, 2008 at 10:21 PM, ajay jetti [EMAIL PROTECTED] wrote: I hear that because gwt-ext is created from wrapping native gwt widgets they are a bit slow to work out, is it true? does it really effect the page loading or other things I suggest trying them out and determining for

Re: state of hibernate + GWT 1.5

2008-11-07 Thread David Durham, Jr.
On Fri, Nov 7, 2008 at 8:44 AM, jdwyah [EMAIL PROTECTED] wrote: Sorry a better link than the one above is: http://code.google.com/p/tocollege-net/source/browse/ProGWT/trunk/src/main/java/com/apress/progwt/server/gwt/HibernateFilter.java This is the filter itself, the link above is the small

Re: GWT and spring - looking for references.

2008-11-07 Thread David Durham, Jr.
On Fri, Nov 7, 2008 at 12:29 PM, Allen Firstenberg [EMAIL PROTECTED] wrote: I've gone through the documentation, and while I see a lot of here is how you can do it with spring, most seem to be referencing hacks and work-arounds that were necessary in 1.3. In 1.4, there was supposed to be

Re: Dynamic UI in GWT

2008-11-12 Thread David Durham, Jr.
On Wed, Nov 12, 2008 at 7:35 AM, Antoine [EMAIL PROTECTED] wrote: I'm looking for feed back on any experience you might have in that area: dynamic UI over several modules. If you have interesting reading/ link/libraries that can help me that would be terrific too. Also, I'm open to any other

logging system property

2008-11-17 Thread David Durham, Jr.
Hi all, I'm trying to setup log4j with GWT in hosted mode, and it looks like GWT will set the system property org.apache.commons.logging.Log to something like: com.google.gwt.dev.shell.tomcat.CommonsLoggerAdapter I did a search through the GWT code for commons: http://tinyurl.com/5wcgzo

Re: logging system property

2008-11-17 Thread David Durham, Jr.
On Mon, Nov 17, 2008 at 10:55 AM, David Durham, Jr. [EMAIL PROTECTED] wrote: Hi all, I'm trying to setup log4j with GWT in hosted mode, and it looks like GWT will set the system property org.apache.commons.logging.Log to something like

Re: how to get file path at server side.

2008-11-17 Thread David Durham, Jr.
On Mon, Nov 17, 2008 at 6:16 AM, rajasekhar [EMAIL PROTECTED] wrote: Hi All, how to get the Context Path in gwt.I placed a XML in server folder,to read the file I need to get the path.Please let me know how to get the path and read file from server folder.

Re: tomcat deploy failed

2008-12-18 Thread David Durham, Jr.
On Thu, Dec 18, 2008 at 1:07 PM, rizla fmerca...@gmail.com wrote: Hi to everyone :D I want to deploy my gwt project in Tomcat...I've read the tutorial at: http://code.google.com/intl/it-IT/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideRPCDeployment but Tomcat