I'm looking for a new software architecture for our web software
(server=java). We're building kind of business applications: trees,
grids, charts, forms, ya know... I think ext.js 3 is very well suited
for this kind of application.
On the other hand ... i would like to go the gwt road, especially the
MVP/GIN direction.
I'm kind of suspicious concerning the GXT lib. Is it possible to use
ext-js selectively in a GWT app? Do they play well together
js-,layout-,browser-wise?
I'would like to build high level abstractions of the ext-js widgets,
that i can use as GWT Widgets. That means, that i do not need the JS-
API of the widget available in GWT, but only special purpuse functions/
events:
class MyUserGrid {
public void loadDataFromServer('/webapp/users.php') {
// call ext-js via jsni
}
...
}
Manfred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---