Re: Designer- Engineer workflow with GWT

2009-04-16 Thread Sumit Chandel
Hi Ip, We had a blog post on the GWT blog a little while ago talking about applying style to your GWT application. The post was written by the folks behind StudyBlue.net, and I think it does a great job of talking about best practices you should use to get style into your GWT applications and how

Designer- Engineer workflow with GWT

2009-04-13 Thread lp
We have recently started using GWT to develop a few complex widgets. The people who are working on those projectrs are very good Java developers, however they lack css skills. We usually have an in-house web designer take care of the css styling for our products. With GWT, I am not sure how to

Re: Designer- Engineer workflow with GWT

2009-04-13 Thread Jeff Chimene
On 04/13/2009 04:36 PM, lp wrote: We have recently started using GWT to develop a few complex widgets. The people who are working on those projectrs are very good Java developers, however they lack css skills. We usually have an in-house web designer take care of the css styling for our

Re: Designer- Engineer workflow with GWT

2009-04-13 Thread Lux
So far we have used JSP ad HTML pages for laying out the web page. First we agree on the basic layout - i.e what data is displayed on a page, which UI control goes where etc. Then the java developer would create the server side java code and the jsp page with the basic controls laid out. Then we