0

I worked on GWT in past with normal HTML editor. Now i am trying to work with bootstrap. but whether is it possible to combine GWT knowledge with boot strap or else i should go through JSP & boot strap? which combination is better to make my work easy?

siri
  • 71
  • 5

1 Answers1

1

As you say , you have knowledge in GWT it can be very well used to integrate it with Bootstrap.

AFAIK, there are two librarys for Twitter Bootstrap integration in GWT. There is GWT-Bootstrap and GwtBootstrap3. And this answer GWT-Bootstrap vs. GwtBootstrap3 would help you choose the one which you need.

And here is live demo for gwtbootstrap3. Have a look at their CSS and js components integrated with bootstrap.

The second part is jsp + bootstrap , choosing the stack is truly based on your requirements and exposure to the technologies. I have worked jsp and bootstrap , jsp is merely an html with some additional options for dyanmic content. so it wont very tough to learn.

See also:

Community
  • 1
  • 1
Santhosh
  • 8,181
  • 4
  • 29
  • 56