| Author |
Message |
|
|
Post subject: Cypal Studio and GWT Support
Posted: Apr 30, 2008 - 01:51 PM
|
|
Registered Member


Joined: May 07, 2007
Posts: 31
|
|
In general, I really like GWT (Google Web Toolkit) as an Ajax framework. It is especially good if you are already a Java developer, and if your Ajax app wants to seem more like a desktop app than like a regular Web app with small amounts of Ajax support. But one of the painful parts is deploying it on an external server once you are done testing and developing.
Cypal Studio (http://www.cypal.in/studiodocs) is an Eclipse plugin that supposedly eases this pain. It works very easily in regular Eclipse, but for MyEclipse, I haven't been able to get it to work. I saw a post from March by Jonas where he said he got it working in MyEclipse, but the current version of Cypal Studio uses WTP Dynamic Web Projects (and WTP facets) to add in the GWT support. I teach GWT and Ajax courses, and we use MyEclipse in the course, and I don't want to switch to regular Eclipse if I can avoid it.
So, two questions:
1) Has anyone gotten the current version of Cypal working with MyEclipse?
2) Does anyone know how to enable WTP in MyEclipse?
Thanks! |
_________________
Marty Hall
Customized training: Java, servlets, JSP, Struts, JSF/MyFaces, Facelets, Ajax, GWT
|
| |
|
|
|
 |
|
|
Post subject: RE: Cypal Studio and GWT Support
Posted: Apr 30, 2008 - 01:53 PM
|
|
Registered Member


Joined: May 07, 2007
Posts: 31
|
|
|
|
|
 |
|
|
Post subject: RE: Cypal Studio and GWT Support
Posted: Apr 30, 2008 - 05:08 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5662
|
|
| Quote: |
PS Any GWT-specific support coming in MyEclipse 7?
|
This is not on the cards at the moment. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: WTP Facets?
Posted: May 01, 2008 - 01:46 PM
|
|
Registered Member


Joined: May 07, 2007
Posts: 31
|
|
|
|
|
 |
|
|
Post subject: RE: WTP Facets?
Posted: May 01, 2008 - 04:24 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5662
|
|
| Just to clarify, MyEclipse uses WTP as well. Even though some of the eclipse plugins are not certified to run with MyEclipse, users have been able to configure and run some of the plugins successfully with MyEclipse. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: WTP Facets?
Posted: May 01, 2008 - 08:09 PM
|
|
Registered Member


Joined: May 07, 2007
Posts: 31
|
|
| support-nipun wrote: | | Just to clarify, MyEclipse uses WTP as well. |
I did not realize thiis. How do I make use of WTP, in that case? The Cypal instructions say to either make a WTP dynamic Web project, or to R-click on an existing project, choose Properties, and add a certain WTP facet. But I see neither option in the MyEclipse menus.
Do I need to do something to enable WTP?
Thanks!
- Marty |
_________________
Marty Hall
Customized training: Java, servlets, JSP, Struts, JSF/MyFaces, Facelets, Ajax, GWT
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: RE: WTP Facets?
Posted: May 02, 2008 - 11:07 AM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5662
|
|
Sorry for the confusion. MyEclipse is built ontop of WTP but you cannot create Dynamic Web Projects in MyEclipse. Since MyEclipse is built on WTP, installing WTP and MyEclispe side by side can cause issue, because loading another version of WTP will causing a huge amount of API incompatibility between MyEclipse and WTP.
Since this plugin need you to create a dynamic web project, I guess you cannot use this with MyEclipse. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
|