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/

Reply via email to