One thing I'd really like is some kind of pluggable UI which would allow parts of it to be deployed in different bundles along with each feature: for example a queue browser for activemq, etc... But this would involve much work work right now. Anyway, i now understand what you meant by #3.
On Wed, Jun 18, 2008 at 4:26 AM, Jay Joel Malaluan <[EMAIL PROTECTED]> wrote: > Hi, > > For item #1, you're correct to say that before we can start using the Web > Console servicemix should already be started. There was somehow a confusion > on our part for implementing this. No need for this feature anyway. > > For item #3, there's a UI for the samples like a Tree structure (list the > samples) that would be a great help especially for new users. Different > examples can also be run, for example the wsdl-first. We're still thinking on > how the UI will look like and it's implementation. Let's say on the left side > of the of the browser the wsdl-first is listed on the tree and when a user > clicks the link, the html client will be opened on the right side. > > So just the 2 features will be for the meantime. > > > Regards, > Jay Malaluan > > > > ----- Original Message ---- > From: Guillaume Nodet <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, June 18, 2008 2:04:43 AM > Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell > commands over the web. > > On Tue, Jun 17, 2008 at 7:31 AM, Jay Joel Malaluan > <[EMAIL PROTECTED]> wrote: >> Here are some features we could implement on the GWT WebConsole: >> 1.) Start/Stop servicemix > > What do you mean start / stop smx ? My assumption would be that the > web console is launched from inside servicemix, which means it is > already started. What are you thinking about ? > >> 2.) A UI for osgi/jbi commands (install, start, shutdown, stop, uninstall) > > +1 > >> 3.) The samples can be run on the WebConsole > > Not sure what you mean here too. > >> The lists are still debatable on how it can be implemented easily. If anyone >> would like to suggest feel free. >> >> >> Regards, >> Jay Malaluan >> >> >> >> ----- Original Message ---- >> From: Guillaume Nodet <[EMAIL PROTECTED]> >> To: [email protected] >> Sent: Monday, June 16, 2008 3:03:53 PM >> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell >> commands over the web. >> >> On Mon, Jun 16, 2008 at 4:35 AM, Jay Joel Malaluan >> <[EMAIL PROTECTED]> wrote: >>> Hi Hiram, >>> >>> Some inquiries on the features of these WebConsole. >>> 1.) Do you intend to make this as a bundle for ServiceMix 4? >> >> When it's ready, i think we should >> >>> 2.) Will this GWT WebConsole have the same features like when we are >>> opening ServiceMix using our command prompt (go to the bin folder and >>> launch servicemix)? All the shell commands (admin, features, jbi, log, nmr, >>> obr, osgi, remote, utils) can also be used. >> >> The aim is to write a servlet that can be accessed from the gwt app >> and provides access to a remote session in the kernel. Hence, all >> commands registered in the kernel will be available. >> >>> 3.) Will this WebConsole only cater to the local user and his/her local >>> copy (taken from the repo) of ServiceMix and can be launched only on a >>> local port? Or do you intend to have just one site (or URL) where any users >>> can use it? >> >> Not sure to actually understand what you mean. Imho, the servlet and >> gwt app should be registered as an OSGi servlet / resources in smx4, >> so each smx4 instance will have its own web app embedded. >> >>> >>> Regards, >>> Jay Malaluan >>> >>> >>> >>> ----- Original Message ---- >>> From: Hiram Chirino <[EMAIL PROTECTED]> >>> To: [email protected] >>> Sent: Saturday, June 14, 2008 12:20:21 AM >>> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell >>> commands over the web. >>> >>> Thanks.. patches applied. >>> >>> On Thu, Jun 12, 2008 at 11:45 PM, Jay Joel Malaluan >>> <[EMAIL PROTECTED]> wrote: >>>> Here's the JIRA created, https://issues.apache.org/activemq/browse/SMX4-28. >>>> >>>> >>>> Regards, >>>> Jay Malaluan >>>> >>>> >>>> >>>> ----- Original Message ---- >>>> From: Hiram Chirino <[EMAIL PROTECTED]> >>>> To: [email protected] >>>> Sent: Thursday, June 12, 2008 10:11:08 PM >>>> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell >>>> commands over the web. >>>> >>>> Nope no jira. Feel free to create a new one. >>>> >>>> and Thanks! >>>> >>>> On Thu, Jun 12, 2008 at 4:50 AM, Jay Joel Malaluan >>>> <[EMAIL PROTECTED]> wrote: >>>>> Hi Hiram, >>>>> >>>>> We've build the gshell application using the WebConsole-compile/shell and >>>>> tested it on Firefox and IE7. There was a problem on IE7 for key presses. >>>>> Not sure if you've also encountered this kind of error? >>>>> We've created a patch for the WebConsole.java file. >>>>> >>>>> Does this gshell-gwt have a corresponding JIRA when you started it? Or do >>>>> we need to create one so we could attach the patch and you may review it? >>>>> >>>>> >>>>> Regards, >>>>> Jay Malaluan >>>>> >>>>> >>>>> >>>>> ----- Original Message ---- >>>>> From: Hiram Chirino <[EMAIL PROTECTED]> >>>>> To: [email protected] >>>>> Sent: Friday, June 6, 2008 10:17:20 PM >>>>> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell >>>>> commands over the web. >>>>> >>>>> Like I said, the maven build is not working yet. >>>>> >>>>> You can use the WebConsole-shell/compile scripts to build it.. But you >>>>> will need to edit them to point at your GWT 1.5 RC 1 install. >>>>> >>>>> Regards, >>>>> Hiram >>>>> >>>>> On Thu, Jun 5, 2008 at 6:15 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: >>>>>> It does not seem to build for me. >>>>>> >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> [ERROR] BUILD ERROR >>>>>> [INFO] >>>>>> ------------------------------------------------------------------------ >>>>>> [INFO] Gwt Compiler Errors : [ERROR] Errors in >>>>>> 'C:\cygwin\home\gnodet\work\smx-sandbox\gshell-web\gshell-gwt\src\org\apache\servicemix\gshellweb\client\Conso >>>>>> le.java' >>>>>> [ERROR] Line 50: The method setAnimationEnabled(boolean) is >>>>>> undefined for the type Console >>>>>> [ERROR] Line 96: The method getStyle() is undefined for the type >>>>>> Element >>>>>> [ERROR] Line 97: The method getStyle() is undefined for the type >>>>>> Element >>>>>> [ERROR] Line 98: The method getStyle() is undefined for the type >>>>>> Element >>>>>> [ERROR] Line 102: The method getStyle() is undefined for the type >>>>>> Element >>>>>> [ERROR] Line 103: The method getStyle() is undefined for the type >>>>>> Element >>>>>> [ERROR] Line 104: The method scrollIntoView() is undefined for >>>>>> the type Element >>>>>> [ERROR] Line 133: The method scrollIntoView() is undefined for >>>>>> the type Element >>>>>> >>>>>> I thought the problem came from the version of GWT used by the plugin, >>>>>> but when I tried to upgrade to RC1, the build was still failing... >>>>>> >>>>>> On Thu, Jun 5, 2008 at 7:24 PM, Hiram Chirino <[EMAIL PROTECTED]> wrote: >>>>>>> You can get it at: >>>>>>> >>>>>>> https://svn.apache.org/repos/asf/servicemix/sandbox/gshell-web >>>>>>> and a deployed a simple demo at: >>>>>>> http://people.apache.org/~chirino/org.apache.servicemix.gshellweb.WebConsole/WebConsole.html >>>>>>> >>>>>>> The idea being that we should be able use a web browser as a front end >>>>>>> to the awesome shell commands that ServiceMix 4 provides. We still >>>>>>> need to provide the RPC mechanism to access the gshell command in the >>>>>>> servicemix back end and get the maven build working nicely with gwt. >>>>>>> >>>>>>> But just wanted to let folks know about it so they can jump in help if >>>>>>> you interested. >>>>>>> >>>>>>> Regards, >>>>>>> Hiram >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Hiram >>>>>>> >>>>>>> Blog: http://hiramchirino.com >>>>>>> >>>>>>> Open Source SOA >>>>>>> http://open.iona.com >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Cheers, >>>>>> Guillaume Nodet >>>>>> ------------------------ >>>>>> Blog: http://gnodet.blogspot.com/ >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Hiram >>>>> >>>>> Blog: http://hiramchirino.com >>>>> >>>>> Open Source SOA >>>>> http://open.iona.com >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Hiram >>>> >>>> Blog: http://hiramchirino.com >>>> >>>> Open Source SOA >>>> http://open.iona.com >>>> >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Regards, >>> Hiram >>> >>> Blog: http://hiramchirino.com >>> >>> Open Source SOA >>> http://open.iona.com >>> >>> >>> >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> >> >> >> > > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
