[announcement] websphere 6 support

View: New views
10 Messages — Rating Filter:   Alert me  

[announcement] websphere 6 support

by Petr Hejl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
module will be part of NetBeans (Web & Java EE) starting with version 6.1M1.

For those who just can't wait the module is already part of daily builds
(since January 12).

The module supports
    - server registration (start, stop, log view ...)
    - project creation (war, ear, ejb)
    - project deployment

More features (like listing of running application, jdbc driver
deployment) and update center module for NetBeans 6.0 coming soon.

Petr Hejl

Re: [announcement] websphere 6 support

by Patrick Julien-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is it possible to use the community edition of WebSphere, A.K.A. Apache Geronimo, with this plugin?

On Jan 15, 2008 9:39 AM, Petr Hejl <Petr.Hejl@...> wrote:
We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
module will be part of NetBeans (Web & Java EE) starting with version 6.1M1.

For those who just can't wait the module is already part of daily builds
(since January 12).

The module supports
   - server registration (start, stop, log view ...)
   - project creation (war, ear, ejb)
   - project deployment

More features (like listing of running application, jdbc driver
deployment) and update center module for NetBeans 6.0 coming soon.

Petr Hejl



--
http://codepimps.org

Re: [announcement] websphere 6 support

by Petr Hejl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No, Geronimo is different technology. However stay tuned, Geronimo
module should appear soon.

Patrick Julien wrote:

> Is it possible to use the community edition of WebSphere, A.K.A.
> Apache Geronimo, with this plugin?
>
> On Jan 15, 2008 9:39 AM, Petr Hejl <Petr.Hejl@...
> <mailto:Petr.Hejl@...>> wrote:
>
>     We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
>     module will be part of NetBeans (Web & Java EE) starting with
>     version 6.1M1.
>
>     For those who just can't wait the module is already part of daily
>     builds
>     (since January 12).
>
>     The module supports
>        - server registration (start, stop, log view ...)
>        - project creation (war, ear, ejb)
>        - project deployment
>
>     More features (like listing of running application, jdbc driver
>     deployment) and update center module for NetBeans 6.0 coming soon.
>
>     Petr Hejl
>
>
>
>
> --
> http://codepimps.org 

error adding handler to webservice

by Sascha Janz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,

i am trying to add an web service handler following the tutorial

http://www.netbeans.org/kb/50/quickstart-webservice.html

i am using netbeans 6 and jboss application server

when i add MyHandler the class is generated like this

public class MyMessageHandler extends javax.xml.rpc.handler.GenericHandler {

...

}

but when i try to confige the handler on my webservice

i got

you selected a class that is not a message handler . Message Handler classes
should implement javax.xml.ws.handler.LogicalHandler or implement
javax.xml.ws.handler.Handler

what might be wrong?

Re: error adding handler to webservice

by Roderico Cruz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The tutorial is outdated (NB 5.0) and was meant for J2EE 1.4 projects
which used JAXRPC for web services. Since you need EE5 in JBoss, you
will have to configure it with JAXWS (EE5)  handlers which implement
javax.xml.ws.handler.LogicalHandler or  javax.xml.ws.handler.Handler.
Simply  create a  class that implements any of these interfaces
(depending  on whether you want access to the entire message or not) and
then configure it with the service using Netbeans.
Rico


Sascha wrote:

> hi,
>
> i am trying to add an web service handler following the tutorial
>
> http://www.netbeans.org/kb/50/quickstart-webservice.html
>
> i am using netbeans 6 and jboss application server
>
> when i add MyHandler the class is generated like this
>
> public class MyMessageHandler extends
> javax.xml.rpc.handler.GenericHandler {
>
> ...
>
> }
>
> but when i try to confige the handler on my webservice
>
> i got
>
> you selected a class that is not a message handler . Message Handler
> classes should implement javax.xml.ws.handler.LogicalHandler or
> implement javax.xml.ws.handler.Handler
>
> what might be wrong?

Re: [announcement] websphere 6 support

by Jacek Laskowski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jan 15, 2008 3:39 PM, Petr Hejl <Petr.Hejl@...> wrote:
> We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
> module will be part of NetBeans (Web & Java EE) starting with version 6.1M1.

Can EJB3 and JAX-WS modules be deployed to WAS 6.1 when appropriate
feature pack's installed?

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: [announcement] websphere 6 support

by Petr Hejl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No, not at this time.

P.

Jacek Laskowski wrote:

> On Jan 15, 2008 3:39 PM, Petr Hejl <Petr.Hejl@...> wrote:
>  
>> We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
>> module will be part of NetBeans (Web & Java EE) starting with version 6.1M1.
>>    
>
> Can EJB3 and JAX-WS modules be deployed to WAS 6.1 when appropriate
> feature pack's installed?
>
> Jacek
>
>  


Re: [announcement] websphere 6 support

by Victor M. Ramirez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How does it work? can I directly deploy my web application from nb?? or first I have to export the .war file?

2008/1/16, Petr Hejl <Petr.Hejl@...>:
No, not at this time.

P.

Jacek Laskowski wrote:

> On Jan 15, 2008 3:39 PM, Petr Hejl < Petr.Hejl@...> wrote:
>
>> We are pleased to announce WebSphere 6.0 & 6.1 support. The WebSphere
>> module will be part of NetBeans (Web & Java EE) starting with version 6.1M1.
>>
>
> Can EJB3 and JAX-WS modules be deployed to WAS 6.1 when appropriate
> feature pack's installed?
>
> Jacek
>
>




--
Victor M. Ramirez A.
Ingeniero de Sistemas
Universidad del Norte
http://vmramirez.blogspot.com

Re: [announcement] websphere 6 support

by Petr Hejl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can deploy it from nb.
P.

Victor Manuel Ramirez wrote:

> How does it work? can I directly deploy my web application from nb??
> or first I have to export the .war file?
>
> 2008/1/16, Petr Hejl <Petr.Hejl@... <mailto:Petr.Hejl@...>>:
>
>     No, not at this time.
>
>     P.
>
>     Jacek Laskowski wrote:
>     > On Jan 15, 2008 3:39 PM, Petr Hejl < Petr.Hejl@...
>     <mailto:Petr.Hejl@...>> wrote:
>     >
>     >> We are pleased to announce WebSphere 6.0 & 6.1 support. The
>     WebSphere
>     >> module will be part of NetBeans (Web & Java EE) starting with
>     version 6.1M1.
>     >>
>     >
>     > Can EJB3 and JAX-WS modules be deployed to WAS 6.1 when appropriate
>     > feature pack's installed?
>     >
>     > Jacek
>     >
>     >
>
>
>
>
> --
> Victor M. Ramirez A.
> Ingeniero de Sistemas
> Universidad del Norte
> http://vmramirez.blogspot.com 


Re: [announcement] websphere 6 support

by coolsayan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there any server adopter available for netbeans 6.5.1 to get easy access to WS CE 2.1?actually I have installed eclipse 3.4 gnmde version but its not so struts fraindly did not find any plugins for eclipse gnmde version for struts application.So i am doing all the things in netbeans 6.5.1 if there will be availability of adopter for WS CE 2.1 to support IDE like netbeans 6.5.1 it could be better for me to use this server in more handy way. Another problem is that a importing a project from eclipse to netbeans 6.5.1 is easy but not netbeans 6.5.1 so i can not change it to Eclipse 3.4 now... what to do?? Regards Note: it may look that this topics is not related to WS CE 2.1 but its not also the netbeans issue too;I dont have other option to post it here rather else where https://www.ibm.com/developerworks/forums/thread.jspa?threadID=263539
Petr Hejl wrote:
You can deploy it from nb. P. Victor Manuel Ramirez wrote: > How does it work? can I directly deploy my web application from nb?? > or first I have to export the .war file? > > 2008/1/16, Petr Hejl >: > > No, not at this time. > > P. > > Jacek Laskowski wrote: > > On Jan 15, 2008 3:39 PM, Petr Hejl < Petr.Hejl@sun.com > > wrote: > > > >> We are pleased to announce WebSphere 6.0 & 6.1 support. The > WebSphere > >> module will be part of NetBeans (Web & Java EE) starting with > version 6.1M1. > >> > > > > Can EJB3 and JAX-WS modules be deployed to WAS 6.1 when appropriate > > feature pack's installed? > > > > Jacek > > > > > > > > > -- > Victor M. Ramirez A. > Ingeniero de Sistemas > Universidad del Norte > http://vmramirez.blogspot.com