• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Ex GWT

 
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a query in mind that i am currently new to GWT. I had to learn it before but got busy in some other things
and lost track of GWT. My current question is can we try to directly start from ex GWT without learning GWT?
How can we integrate ex GWT with myeclipse?

Any pointers will be helpful.

Thanks,
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ex gwt" ?
Do you mean ext gwt or gwt ext , which are actually two different things?
 
Prithvi Sehgal
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maneesh,

It is Ext Gwt. Sorry i spelled it incorrectly.

Thanks,
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using third party libraries should not usually be fundamentally different than using the base GWT. You would need to tweak your setup by telling it to use the libraries. This would typically be done by modifying your project module xml file.
In case of ext gwt, it seems you need to modify the html file too.
Check out http://hilloldebnath.byethost3.com/2009/08/10/adding-gxt-ext-gwt-to-your-gwt-project-16-or-later/
 
Prithvi Sehgal
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maneesh,

Thank you for your quick turn-around.

If we are just evaluating EXT GWT, what kind of sample POC be made, which can at least exploit features like
Tables, Fading, Drag and Drop and all. I have thought of a sample employee application having basic add, update,
delete features with some charting capability. Can you advice some enhancement?

Best Regards,
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The POC would mainly depend on what you are evaluating it for?
Eye candy? Usability? Ease of coding and ease of maintainability? Who is the target audience for the POC? Management? End users? Developers?

As you can see there are lots of variables involved.
 
Prithvi Sehgal
Ranch Hand
Posts: 774
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maneesh,

The target audience is the management and they want to see something flashing looking nice to the eyes.
I honestly think they are not really bothered how hard it will be to code it, but they want to see something
fancy. Like dragp and drop, some flashing effects and all. Well, the POC can be anything, a simple login screen
with a registration form and may be if i want something related to the charting capability. That's their main
target. In short something fancy but not too complex in business at the POC level.

Best Regards,
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your employee application sounds good on this background.
Else just run the standard EXT GWT Demo
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prithvi,

Since you mentioned MyEclipse, you may want to take a look at the new GWT generation capability in MyEclipse for Spring 8.6. It doesn't have EXT yet, but does generate a full CRUD GWT app based on either java beans, jpa entities, or db tables - and could give you a lot of good help when trying to create GWT.

Here's a couple helpful links:
GWT MyEclipse Tutorial: http://www.dzone.com/links/r/tutorial_scaffold_a_spring_gwt_app_in_minutes.html
GWT Scaffolding Tips Video: http://www.youtube.com/watch?v=4tKGvbxk1-Y

HTH!
Dave
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic