- This topic has 14 replies, 11 voices, and was last updated 21 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
myoungstromMemberMyEclipse has worked great for me. Thanks for the good product. That said, after using MyEclipse for several months here are a few features I would really like to see changed/added to myEclipse making it an even better tool for me and perhaps others.
1. More Flexible server configurations. I would really like to be able to create multiple server configurations for the same server type. More specificly it would be nice to be able to run more then one JBoss 3 Server configuration at the same time by using an equivilent to the –host command line option.
2. The ability to have more then one web context root in a single project. I prefer the old style of development where all my packaging and building is done with ant tasks and the IDE just sets on top of my project to provide features such as editors with code completion, refactoring, etc. The only thing MyEclipse seems to be missing for me to support this development method is being able to identify multiple web contexts for a single project.
3. When I start a server I don’t always want to be automaticly switched to the debug perspective. I can see how some people may like this feature, however, I rarely am actually doing debugging when I start the my server. I’m usually doing development/testing. So I find myself 99 times out of 100 switching back to the MyEclipse perspective right after starting the server. Perhaps an option can be added to the server configuration allowing the user to select what perspective they want selected when they start the server or allow the feature to be disabled.
So is there any hope to seeing any of these enhancements anytime in the future of MyEclipse? If not is there a better way?
Thanks,
MikeDecember 19, 2003 at 7:15 am #201186
Scott AndersonParticipantMike,
So is there any hope to seeing any of these enhancements anytime in the future of MyEclipse? If not is there a better way?
We take all suggestions for improvement very seriously and our management reads this forum regularly. Basically, they’re looking to see what types of things are most often requested since for everything we add there are 10 we don’t have the resources to add. That makes the job of enhancement prioritization a tough one, but happily it’s not my job. 🙂
–Scott
MyEclipse SupportDecember 19, 2003 at 10:41 am #201198
Marcus BeyerMember@myoungstrom wrote:
1. More Flexible server configurations. I would really like to be able to create multiple server configurations for the same server type. More specificly it would be nice to be able to run more then one JBoss 3 Server configuration at the same time by using an equivilent to the –host command line option.
I think I have a similar problem/request.
I am working with three JBoss instances: One on my desktop development box, one on the group developing box and one on the production box. All the same JBoss versions. I would like to hot deploy to my desktop development box, and deploy on demand archives to the other boxes.
So: +1
I wonder how others do solve those problems. Are they developing on their production machine? 😕
December 19, 2003 at 10:54 am #201200
KennethAitkenMember@mb wrote:
@myoungstrom wrote:
I am working with three JBoss instances: One on my desktop development box, one on the group developing box and one on the production box. All the same JBoss versions. I would like to hot deploy to my desktop development box, and deploy on demand archives to the other boxes.
+1
December 19, 2003 at 10:18 pm #201211
Scott AndersonParticipantI think that these requests could fall under providing an Export feature that is currently an open enhancement request. This would allow you to package your project and have it dropped off anywhere, including your other environments.
–Scott
MyEclipse SupportDecember 20, 2003 at 12:57 pm #201221
myoungstromMemberI don’t think a project export feature would help me in my situation. In my organization. The projects we work on are small to medium sized. So our projects generally consist of 2 or 3 developers with no QA department or release team.
In the current project I’m working on it consists of a large set of features with 3 or 4 other projects taking parts of the large set. Each project has it’s own unique user interface. So I have one project that acts as the owner of the core libraries. In this core project I put a prototype user interface to test the development of the libraries. I then have other projects that act as different implementations of of the core libraries with their own unique user interfaces slapped on.
So because our team is small I have my core project act as my development environment and I develop the other projects in their own JBoss production configurations and I produce deliverables from those projects including the project’s actual production environments including their own copy of JBoss configuration and all. This helps eliminate the overhead of solving problems that come up when deploying the application on different container environments.
I don’t know if you can visualize the environment I described above, but, an export feature would not help me. I would like to set up a Server configuration for my Prototype environemt, production/development environments for each of my implementations of that prototype.
In addition, my prototype contains more then one smaller web application (my request for several web contexts in a single project) plus several JBoss .sars and an ejb-jars. Making the use of one project for each deliverable kind of difficult to manage.
Anyway, just food for thought.
Mike
December 22, 2003 at 8:45 am #201238
djm007Member+1
December 23, 2003 at 4:25 am #201260
BrianMember@myoungstrom wrote:
1. More Flexible server configurations. I would really like to be able to create multiple server configurations for the same server type. More specificly it would be nice to be able to run more then one JBoss 3 Server configuration at the same time by using an equivilent to the –host command line option.
3. When I start a server I don’t always want to be automaticly switched to the debug perspective.
myoungstrom gets 2 votes from me…
flexible server configurations are never a bad thing… WSAD 5.1 as an example.
AND
The whole switching to the debug perspective has got to be one of the most annoying things i have come accross in an IDE…. it will eventually drive me to drink 😆December 24, 2003 at 5:01 pm #201309
myoungstromMemberIt looks like there has been quite a bit of chatter on this forum about these 3 features lately which is good. 🙂
Item 2: https://www.genuitec.com/forums/topic/multiple-web-contexts/
Item 3. https://www.genuitec.com/forums/topic/req-add-a-quot-switch-perspective-to-quot-choice-on-laun/
That would be great to see some movement for work in these areas in the near future. 🙂
Mike
January 31, 2004 at 1:25 am #202740
mrzeldMemberitem 3) +1 i usually just switch right back to the ME perspective
April 16, 2004 at 7:21 am #206082
Bob GuernseyMember+1 on more flexible server configurations
April 16, 2004 at 9:39 am #206087
Riyad KallaMemberGuys just an update on this, we are putting our old EASIE server controls back into MyEclipse for the 2.8 release which will give a more flexible server control (as I understand it) and I don’t know if switching perspectives will be in, but I’ll double check.
April 19, 2004 at 4:02 pm #206165
BryanMember@mb wrote:
@myoungstrom wrote:
1. More Flexible server configurations. I would really like to be able to create multiple server configurations for the same server type. More specificly it would be nice to be able to run more then one JBoss 3 Server configuration at the same time by using an equivilent to the –host command line option.
I think I have a similar problem/request.
I am working with three JBoss instances: One on my desktop development box, one on the group developing box and one on the production box. All the same JBoss versions. I would like to hot deploy to my desktop development box, and deploy on demand archives to the other boxes.
So: +1
I wonder how others do solve those problems. Are they developing on their production machine? 😕
We deploy the code through an automated build process using cruisecontrol. Developers IMHO should never even have access to production systems no matter how small the shop is.
May 25, 2004 at 2:06 pm #207498
Armen YampolskyMember@myoungstrom wrote:
1. More Flexible server configurations. I would really like to be able to create multiple server configurations for the same server type.
+1. Its absense surprises everyone who comes across it, and makes the product seem amateurish.
May 25, 2004 at 3:01 pm #207504
Riyad KallaMember+1. Its absense surprises everyone who comes across it, and makes the product seem amateurish.
While I understand your frustration, please tell us which product does currently provide the flexibility you need. We’ve evaluated quite a few IDEs in this regard trying to learn how our competitors are doing it and they all have strict project structures; in some cases much more so than ours.
-
AuthorPosts