For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 12 replies, 7 voices, and was last updated 21 years ago by
Jeremy Kuhnash.
-
AuthorPosts
-
sstrennMemberIt would save countless mouse clicks if when the user clicks the left side of the Run/Stop Servers drop-down button, the default (or most recently used) server would be started (shut down), rather than requiring us to click the button, click the server, click Start (stop).
July 27, 2004 at 12:32 am #210939
Riyad KallaMembersstrenn,
Absolutely agree with you here. We are looking at the 3.9 release for some spit and polish in this area. We got so swamped with new features in 3.8 that we need to do a ‘polish’ release afterwards. There has been a lot of comments about the launching architecture and now with webtools out I think we can do an audit of potential approaches to this. I know this topic has been discussed a lot internally and we will make a move on it, but when we do it will likely be a major overhaul instead of many minor tweaks. So we might need to suffer with the “tons-o-clicks” approach for another release, but then we will get at it.Also if you are using Tomcat, as an easier workaround, ifyou keep the manager open in another browser window, you can restart your context from there instead of starting/stopping the app server as I know it gets maddening waiting for it all the time.
I hope that helps to tide you over (I’m not sure if JBoss offers something similar, it might…)
August 24, 2004 at 3:07 am #213153
tarpoonMemberWhat do you think about a Restart option ?
August 24, 2004 at 9:12 am #213227
Riyad KallaMembertarpoon I’ll pass it by the team
August 25, 2004 at 4:09 pm #213491
Nabil SuleimanParticipantwhile you are at it, can the same thing be done for the DB Explorer “Connect” button ? maybe a prefernce setting for the “default” database connectio that when you click the connect button it connects to that DB connection, click again and it disconnects. Just an idea.
August 25, 2004 at 4:13 pm #213494
Riyad KallaMemberI think Jeff has this on his TODO list, I’ll ask.
August 25, 2004 at 4:27 pm #213496
Nabil SuleimanParticipantcool
August 25, 2004 at 10:24 pm #213518
support-jeffMemberNope, but I can certainly add the enhancement request to bugzilla. I do not like that little widget at all – something should be done! However, you are aware that you can right-click on the connection profile itself and select connect/disconnect? This is about as easy.
More than likely, a pref would not work well (what do you set it to when there are no connections defined?). But maybe just a simple connect button – active only if a connection profile is selected?
August 25, 2004 at 10:30 pm #213519
Nabil SuleimanParticipantjeff, your idea sounds cool.
basically, whatever you think would be cool or better than what it is now (click and nothing happens) anything at all, it’s up to your creativity 😉
August 26, 2004 at 8:57 am #213551
Joel Rosi-SchwartzMemberPerosnally what I would prefer is to simply double click on the connection name in the db navigator for it to open a new connection. I would also prefer if it simply opened it without showing me the dialog everytime. Also, possibly you could provide two context menu actions “Open” which uses the defaults to open it, and “Open…” which brings up the dialog. Another approach is to do the open and if it fails bring up the dialog along with the error message.
Thanks,
JoelAugust 26, 2004 at 9:16 am #213559
Riyad KallaMemberJoel, good suggestions and use of “smart defaults”… I’ll pass it along to Jeff.
August 26, 2004 at 5:24 pm #213686
support-jeffMemberJoel –
I like the idea of two open actions, one to do it directly (or bring up dialog on failure), and another to bring up the dialog. Originally, the profile would open a connection on double-click but we got feedback that this was too troublesome and violates tree look-n-feel (double click should actually expand the tree, which does not happen either, but users complained that opening the connection was completely unexpected).
September 17, 2004 at 5:07 pm #215476
Jeremy KuhnashMemberA view or toolbar that replicates what this simple plugin does would work for me:
http://tmplugin.sourceforge.net/
http://tmplugin.sourceforge.net/images/tmplugin.pngWhat this graphic does not show is that if you have a web context selected, you can simply go over to this plugin’s view and hit the ‘restart’ button, which is superior than a ‘restart server’ button which obviously takes much longer on any system I have used.
I am sure that the module could be extended or modified to interact with other web interfaces like WebLogic’s. I use Tomcat for development so this actual module suits me fine.
Regards,
Jeremy -
AuthorPosts