I also has talk to David Blevins from TomEE
and here is complete working example of REST and SOAP method with no apache
axis involved

@javax.jws.WebService
@javax.ws.rs.Path("/")
@javax.ejb.Singleton
public class HelloService {

@javax.ws.rs.GET
public String hello() {
return "Hello, Maxim";
}
}

I would like to remove apache axis from our stack in favor of this



On Tue, Apr 8, 2014 at 10:37 AM, Alexei Fedotov <alexei.fedo...@gmail.com>wrote:

> Cool, thanks for sharing conference feelings :-)
>
> --
> With best regards / с наилучшими пожеланиями,
> Alexei Fedotov / Алексей Федотов,
> http://dataved.ru/
> +7 916 562 8095
>
> [1] Start using Apache Openmeetings today, http://openmeetings.apache.org/
> [2] Join Alexei Fedotov @linkedin, http://ru.linkedin.com/in/dataved/
> [3] Join Alexei Fedotov @facebook, http://www.facebook.com/openmeetings
>
>
> On Tue, Apr 8, 2014 at 6:39 PM, Maxim Solodovnik <solomax...@gmail.com
> >wrote:
>
> > Hello All,
> >
> > I'm currently at ApacheCon Denver.
> >
> > I was able to catch one of the mod_proxy developers (Jim Jagielski) and
> now
> > our proxy configuration on demo.dataved.ru works as expected (chat is
> > fully
> > functional on port 80)
> >
> > I catch one of the developers of maven flex plugin (Christofer Dutz) and
> > was able to perform maven build of simple flex application (with some
> issue
> > he promise me to fix :)), so I guess we can move flash build to maven and
> > get rid of openlaszlo frameworks (we need to move swf10 components to
> flex
> > to do it)
> >
> > Hopefully more to come :)
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>



-- 
WBR
Maxim aka solomax

Reply via email to