Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Migrating from Sysdeo to WTP
Migrating from Sysdeo to WTP [message #51796] Wed, 02 July 2008 23:43 Go to next message
Neil Hart is currently offline Neil HartFriend
Messages: 9
Registered: July 2009
Junior Member
Our team has been using the Sysdeo Tomcat plugin. This plugin still works in Eclipse 3.4, but there hasn't been any updates in the last year. We started to look at WTP and got overwhelmed by all of the options/pieces/etc. Basically our app starts a servlet and our java clients communicate to the server using persistent http.

Can anyone give us some pointers on migrating to WTP? We currently have a project that contains the web.xml and Servlet class. I think this project needs to be migrated to one of the WTP projects. I would like to avoid changing our directory structure also.

We also use Maven for building our Eclipse projects. Can we build the correct WTP project using Maven also?

Thanks in advance for any help.
Neil Hart



--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Migrating from Sysdeo to WTP [message #51894 is a reply to message #51796] Thu, 03 July 2008 00:25 Go to previous messageGo to next message
Neil Hart is currently offline Neil HartFriend
Messages: 9
Registered: July 2009
Junior Member
sorry, wrong group

neil <neil@theharts.org> wrote:

> Our team has been using the Sysdeo Tomcat plugin. This plugin still
> works in Eclipse 3.4, but there hasn't been any updates in the last
> year. We started to look at WTP and got overwhelmed by all of the
> options/pieces/etc. Basically our app starts a servlet and our java
> clients communicate to the server using persistent http.

> Can anyone give us some pointers on migrating to WTP? We currently
> have a project that contains the web.xml and Servlet class. I think
> this project needs to be migrated to one of the WTP projects. I would
> like to avoid changing our directory structure also.

> We also use Maven for building our Eclipse projects. Can we build the
> correct WTP project using Maven also?

> Thanks in advance for any help.
> Neil Hart




--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Migrating from Sysdeo to WTP [message #51920 is a reply to message #51796] Thu, 03 July 2008 00:26 Go to previous messageGo to next message
Neil Hart is currently offline Neil HartFriend
Messages: 9
Registered: July 2009
Junior Member
neil <neil@theharts.org> wrote:

> Our team has been using the Sysdeo Tomcat plugin. This plugin still
> works in Eclipse 3.4, but there hasn't been any updates in the last
> year. We started to look at WTP and got overwhelmed by all of the
> options/pieces/etc. Basically our app starts a servlet and our java
> clients communicate to the server using persistent http.

> Can anyone give us some pointers on migrating to WTP? We currently
> have a project that contains the web.xml and Servlet class. I think
> this project needs to be migrated to one of the WTP projects. I would
> like to avoid changing our directory structure also.

> We also use Maven for building our Eclipse projects. Can we build the
> correct WTP project using Maven also?

> Thanks in advance for any help.
> Neil Hart




--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Migrating from Sysdeo to WTP [message #52050 is a reply to message #51920] Thu, 03 July 2008 15:20 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
neil wrote:

Not sure if you noticed, but you sent a 3rd copy of this email to
mylyn newsgroup and blank message been sent to the webtools group.

[skip]

>> We also use Maven for building our Eclipse projects. Can we build the correct WTP project using Maven also?
>>
You can use m2eclipse for that [1]. It provides configuratior for WTP
projects that allows to import existing Maven project and configure it
to work in WTP [2]. You can ask further questions in
eclipse.technology.m2e newsgroup or in m2eclipse mailing lists [3].

regards,
Eugene

[1] http://m2eclipse.codehaus.org/
[2] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto
[3] http://m2eclipse.codehaus.org/mail-lists.html
Re: Migrating from Sysdeo to WTP [message #590801 is a reply to message #51796] Thu, 03 July 2008 00:25 Go to previous message
Neil Hart is currently offline Neil HartFriend
Messages: 9
Registered: July 2009
Junior Member
sorry, wrong group

neil <neil@theharts.org> wrote:

> Our team has been using the Sysdeo Tomcat plugin. This plugin still
> works in Eclipse 3.4, but there hasn't been any updates in the last
> year. We started to look at WTP and got overwhelmed by all of the
> options/pieces/etc. Basically our app starts a servlet and our java
> clients communicate to the server using persistent http.

> Can anyone give us some pointers on migrating to WTP? We currently
> have a project that contains the web.xml and Servlet class. I think
> this project needs to be migrated to one of the WTP projects. I would
> like to avoid changing our directory structure also.

> We also use Maven for building our Eclipse projects. Can we build the
> correct WTP project using Maven also?

> Thanks in advance for any help.
> Neil Hart




--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Migrating from Sysdeo to WTP [message #590808 is a reply to message #51796] Thu, 03 July 2008 00:26 Go to previous message
Neil Hart is currently offline Neil HartFriend
Messages: 9
Registered: July 2009
Junior Member
neil <neil@theharts.org> wrote:

> Our team has been using the Sysdeo Tomcat plugin. This plugin still
> works in Eclipse 3.4, but there hasn't been any updates in the last
> year. We started to look at WTP and got overwhelmed by all of the
> options/pieces/etc. Basically our app starts a servlet and our java
> clients communicate to the server using persistent http.

> Can anyone give us some pointers on migrating to WTP? We currently
> have a project that contains the web.xml and Servlet class. I think
> this project needs to be migrated to one of the WTP projects. I would
> like to avoid changing our directory structure also.

> We also use Maven for building our Eclipse projects. Can we build the
> correct WTP project using Maven also?

> Thanks in advance for any help.
> Neil Hart




--
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Migrating from Sysdeo to WTP [message #590864 is a reply to message #51920] Thu, 03 July 2008 15:20 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
neil wrote:

Not sure if you noticed, but you sent a 3rd copy of this email to
mylyn newsgroup and blank message been sent to the webtools group.

[skip]

>> We also use Maven for building our Eclipse projects. Can we build the correct WTP project using Maven also?
>>
You can use m2eclipse for that [1]. It provides configuratior for WTP
projects that allows to import existing Maven project and configure it
to work in WTP [2]. You can ask further questions in
eclipse.technology.m2e newsgroup or in m2eclipse mailing lists [3].

regards,
Eugene

[1] http://m2eclipse.codehaus.org/
[2] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto
[3] http://m2eclipse.codehaus.org/mail-lists.html
Previous Topic:Can't add extras p2 update site
Next Topic:Fixed-In field missing from bugzilla 'bug editor'
Goto Forum:
  


Current Time: Tue Mar 19 04:54:00 GMT 2024

Powered by FUDForum. Page generated in 0.03746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top