If you want to use it in J2SE then you need to create it as OSGi. (which uses Axis2)
Take a look at http://ws.apache.org/muse/docs/2.2.0/tutorial/index.html and follow the links that say OSGi. But it will not be a pure J2SE application as it will running inside the OSGi platform. Nelson Kotowski wrote: > > Hi Solomon, > > Thanks for answering. > > You mean that one might then use J2SE + Axis2 to implement a Muse > resource? > That would be what i was looking for. > > Best regards, > Nelson Kotowski. > > > On 8/21/07, Bogdan Solomon <[EMAIL PROTECTED]> wrote: >> >> >> From my understanding you can not implement it as a pure J2SE >> application, >> you need some form of container, be it a J2EE Application Server (Axis2 >> or >> Mini), or OSGi platform. >> >> The resources that you create with Muse are accessed as web service >> endpoints using SOAP over HTTP, so even as an OSGi deployment over J2SE >> you >> will need an HTTP access to it (the default deployment uses Eclipse >> Equinox's HTTP Server). >> >> >> Nelson Kotowski wrote: >> > >> > Hello everyone, >> > >> > I have a newbie question, i read in the Muse site that applications may >> be >> > developed using J2EE or OGSi. >> > >> > I understand that J2EE provides means for developing SOAP oriented >> > applications, but Is there a was to develop services using J2SE purely, >> > along with Muse libraries, ou J2SE by adding some other libraries? >> > >> > I don't know if my question makes much sense, bu anyway, it's a newbie >> > question :) >> > >> > Best Regards, >> > Nelson P K Filho. >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/New-to-Muse---Concepts-tf4299821.html#a12260436 >> Sent from the Muse User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/New-to-Muse---Concepts-tf4299821.html#a12260911 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
