Some background, normally when I start a new project, a designer creates the HTML template, images, and css for it, and then passes it on to me. I then write the javascript and PHP code needed to get the site working.
However I'm considering moving to google web toolkit so I can code the site using Java rather than Javascript/PHP. The obstacle however, is how I would import the designer's HTML and CSS into GWT.
From what I've seen there doesn't seem to be any easy way of doing so? Alternatively if I coded everything in GWT first, and he was able to just style everything using CSS to make them look how he needs them to, that would also work. But would he be able to do that using just css alone?
Any ideas?
We are a one-designer two-programmer team and we have been having a great time with plain UiBinders, no GWT Designer involved. Our process has two basic modes:
We choose either mode based on how the chips fall in our design process. It's really natural and works great.
The designer had to learn:
addStyleNames='{resources.css.style}'
instead of class='style'
)<g:TextBox>
instead of <input>
)It was pretty natural. The correlation to HTML and CSS is extremely high, and he can transfer his html/css skills directly to UiBinder.
I have no experience with GWT designer, but I see it as another tool in the middle of our process. Maybe it's worth it, but it's not so hard to avoid it. I used an early iteration right after it joined the official GWT repository and it was super obnoxious.
Pay attention to the GWT Designer. It's UI creating wizard that supports GWT. GWT Designer has visual tools to generate a code for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With