Page 1 of 1

Rewrite the front end in GWT

Posted: Sun Sep 18, 2011 1:36 pm
by sss
Now that the backend is written in GWT would it make any sense to rewrite parts of the front end in GWT? Having not looked at the Broadleaf codebase, how difficult would it be this be?

Re: Rewrite the front end in GWT

Posted: Tue Sep 20, 2011 6:54 am
by Dalla
To the best of my knowledge most of the backend is written in Spring.
The admin front-end has been rewritten in GWT for v 1.5.

The store front-end is not really part of the Broadleaf framework, although they provide some controllers etc if you like to use Spring MVC,
which the demo store is also built upon.

Re: Rewrite the front end in GWT

Posted: Thu Sep 22, 2011 3:18 am
by sss
Sorry by back end, I meant admin front end. By front end, I meant store front end.