MyEclipse: Struts2 support

ajibarra - Nov 05, 2007 - 05:52 PM
Post subject: Struts2 support
Hi all, i want to know if Myeclipse have plans to support Struts2?.

Thanks

Alejandro Ibarra
support-nipun - Nov 05, 2007 - 06:41 PM
Post subject: RE: Struts2 support
Yes, we plan to support it very soon. We are *looking* at it for 6.1.
sixel - Nov 07, 2007 - 11:07 AM
Post subject: RE: Struts2 support
That's great news! Can't wait to get my hands on it!

BTW, do you already know what it will include? Visual designer for the struts.xml (à la the one provided for Struts1 struts-config.xml)? Wizards for Interceptors, Validators?

Thanks for listening to your user-base!
support-nipun - Nov 07, 2007 - 11:12 AM
Post subject: RE: Struts2 support
Quote:

BTW, do you already know what it will include?

Im not sure what it would include. I will try to get the information and post it here for you guys.
faizi_92 - Nov 28, 2007 - 11:00 AM
Post subject: RE: Struts2 support
Hi,
Please add support of struts2 as soon as possible. Kindly give information about new release i.e. MyEclipse 6.0
parsons68 - Dec 06, 2007 - 09:04 PM
Post subject: RE: Struts2 support
What is the timeframe for this release?
support-nipun - Dec 10, 2007 - 09:57 AM
Post subject: RE: Struts2 support
We are considering it for our next release but we haven't got a go ahead from the management yet. I'll keep you posted on this issue.
parsons68 - Dec 13, 2007 - 03:53 PM
Post subject:
I guess the next subject is - when is the next release ;)
support-nipun - Dec 13, 2007 - 06:41 PM
Post subject:
We are shooting for April or around there.
parsons68 - May 12, 2008 - 02:36 PM
Post subject:
i'm heartbroken - No struts 2 in 6.5 :(
SwingCarlos - Jun 02, 2008 - 08:34 PM
Post subject:
I'm looking forward to Struts 2 support too.

What is the latest ETA?
jakubkahovec - Jun 23, 2008 - 08:49 PM
Post subject:
Add support for Struts 2 please, it's a great framework and it deserves a support in your great IDE
Thanks
mgutwein - Jul 09, 2008 - 02:18 AM
Post subject:
Very much looking forward to Struts 2 support. Please be the first eclipse ide to bring the growing Struts 2 framework to us. I realize you are customer driven and I appreciate that. Probably a good idea to look at future customers as well though.
kailas_kore - Jul 23, 2008 - 05:41 AM
Post subject:
Please add Struts 2 support in MyEclipse
jackstuard - Aug 04, 2008 - 02:42 PM
Post subject:
Anyone from MyEclipse team have news about Struts 2 support?
patricktsang - Aug 08, 2008 - 08:35 AM
Post subject:
Why the offical 6.5.1 still supports the damn old 1.3?
I am looking for 2.1 support
rajsingh_57 - Aug 25, 2008 - 01:50 PM
Post subject:
Can a fix date be given for struts2 support?
pete_999_I - Aug 25, 2008 - 04:54 PM
Post subject:
rajsingh_57 wrote:
Can a fix date be given for struts2 support?


Welcome to the party ... it has been more the 2 years since that question was raised very first time and guess what .... nothing happened since then. There must be something quite unusual happening inside genuitec with regards to this public request - which I and hundreds if not thousands others didn't get. I guess they are just hoping people will stop asking because they get sick and tired of waiting. I really failed to understand what they thinking. Every single bank, insurance house and government place in this city is using struts - sure old one but many have already started using S2 and more would follow - so I would see that as an opportunity - but looks like these folks decided to give us developers lesson that S2 is BAD and we should not be using it. Anyway I am having way too much fun...so good luck in waiting for response ...get good comfortable chair and lotta popcorn - you might be here for a while.
support-rkalla - Aug 25, 2008 - 07:19 PM
Post subject:
rajsingh_57,

Unfortunately no firm date can be given yet, I would guestimate that it will likely come in our 7.5 release, but am pushing for it earlier. There is quite a bit of work going into 7.0M2 and final GA that will include new features in MyEclipse across the board and the product management team pushed Struts2 support behind some high priority items we have been working on for a while and need to get done and in the product.

Struts2 support *will* come, the demand is growing for it, and we want to make sure address that user need. But as I've mentioned in other threads, supporting newer frameworks is nothing like what it used to be, it's quite a bit more complex and the R&D/extension cycles are much longer now, so all we can ask for is patience.

Ultimately we just want you guys productive, even if that's not with us right now. We will try and win your business back down the road if you choose to work with another tool though, so be warned ;)
MikeSmithson - Aug 25, 2008 - 10:47 PM
Post subject:
Hey Riyad - I think that there is a way to do it using Maven, right? For instance, I was able to add the .jars as part of my build path for doing a struts web project. THe only question is this: is it possible to copy those .jars that are in my repo to my project's WEB-INF/lib directory? I am still somewhat of a newbie with Maven.....
support-rkalla - Aug 26, 2008 - 04:41 PM
Post subject:
Mike,

Oh absolutely, you can develop Struts 2 apps with MyEclipse now by adding the Struts2 libs like you said as a Maven dependency, the MyEclipse deployer should honor those and deploy them with your project when you do a deployment to your app server.

It's just the Struts2-specific tooling that I think people are asking about, normal JSP/Taglib/Class/Action/Form development is still all going to work just fine now.
MikeSmithson - Aug 26, 2008 - 04:54 PM
Post subject:
Riyad:
you said in your previous posting this:

Quote:

the MyEclipse deployer should honor those and deploy them with your project when you do a deployment to your app server.


That is the one issue I had with deploying my Struts2 project. When I looked in the deploy folder under WEB-INF/lib it was empty. So, I am not sure if there is some sort of Maven goal I need to do but I am reading up on that. If you have a quick answer for me, that would help. Thanks
support-rkalla - Aug 26, 2008 - 05:00 PM
Post subject:
Are you using MyEclipse 6.5 and using the built-in Maven4MyEclipse functionality? Do you have a "Maven Dependencies" node in your project tree, and if you expand it, you see your libs there?
MikeSmithson - Aug 26, 2008 - 11:39 PM
Post subject:
no, I am using ME 7.0M1
support-rkalla - Sep 04, 2008 - 08:34 PM
Post subject:
Mike,

If it's a Maven4MyEclipse-enabled project you should have a Maven Dependencies node off the root of your project that shows all your POM dependencies, without that MyEclipse won't understand it's a Maven project or how to deploy it, you may need to use mvn:package and deploy ti yourself.
archonwang - Mar 10, 2009 - 05:25 PM
Post subject:
it seems not support Structs 2 yet. What a pity~~
acitsupport - Apr 13, 2009 - 05:26 PM
Post subject:
So any date when MyEclipse will have struts2 support?
sntechnik - May 15, 2009 - 01:18 PM
Post subject:
Well, if it helps if i add my interest, too?
pete_999_I - Jun 12, 2009 - 06:24 PM
Post subject:
I think reason why we have to wait for Struts 2 is that management decided to wait for Struts 3 and come up with huge surprise...so please everyone stop asking for S2 and wait....I guess.....another 4-5 years!......personally I cannot wait for S3 on myClipse </sarcasm>
support-scott - Jun 26, 2009 - 04:17 PM
Post subject:
All,

I know some of you might be getting a bit frustrated, but this feedback is actually very helpful to us. We do our best to prioritize the features that our user community requests the most. For example, in MyEclipse 7.5 we added a profiler because that was the most requested feature in our last poll, here: http://www.myeclipseide.com/Poll-10.html

As you can see, Struts 2 did very well in that poll as well so I'd encourage anyone reading this thread to add their vote to that poll as well. So, as you can see, Struts 2 is already on the "short" list based on these results (and conversations with the product mgmt team). What I'd like to do is work with y'all to get the poll to clearly show Struts 2 should be "next".

In addition, it also helps if we have some specific objectives as to what "Struts 2" support really means to y'all, so any details on what you'd like to see (feature "desirements") would be great.

For example:
1) Just the ability to add "Struts 2" capaibiliites (and libraries) to a project?
2) The same tools we have for Struts 1.3, but with full support for Struts 2.1? (ie. visual editing, etc?)
3) Some additional ideas or examples of what you'd like?

The more concrete we can be on the "Struts 2" feature request, the more we an ensure that when it does get queued up and delivered that it is exactly what y'all want.
patricktsang - Jan 13, 2010 - 03:42 AM
Post subject:
Hi,
Could you please update the current Struts2 2.1.8 to the latest 2.1.8.1 on the up coming release?
Now, I have to replace all the built-in package with 2.1.8.1 manually.
thanks
patricktsang - Feb 24, 2010 - 12:32 PM
Post subject:
Is this suggestion ignored?

Thanks
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits