Hi Bill, 

thanks I will fork it and try to get it in shape ;) Once I have something to 
show I will ping you again.


-- 
Norman Maurer


Am Montag, 7. Mai 2012 um 19:19 schrieb Bill Burke:

> I've done some work already that I just committed for you to look at in 
> Branch_2_3. Haven't touched the code in awhile and it may not even 
> work, so if you want to take it over that would be great.
> 
> https://github.com/resteasy/Resteasy/tree/Branch_2_3/server-adapters/resteasy-netty
> 
> The biggest problem is that JAX-RS is pretty much BIO based, while Netty 
> is mostly known for asynchronicity. I tried to model java.io 
> (http://java.io).* over 
> Netty which ended up with a lot of buffering that maybe you can improve 
> upon.
> 
> To work with Branch_2_3:
> 
> $ git clone git clone g...@github.com 
> (mailto:g...@github.com):xxxx/Resteasy.git
> $ git checkout -b b_2_3 origin/Branch_2_3
> 
> $ git remote add --track Branch_2_3 remote23 
> git://github.com/resteasy/Resteasy.git 
> (http://github.com/resteasy/Resteasy.git)
> 
> # update from main repo
> $ git fetch remote23
> $ git merge remote23/Branch_2_3
> 
> # push changes
> $ git push origin b_2_3:Branch_2_3
> 
> 
> Also, because of the SVN conversion to GIT, you have to manually merge 
> changes to the master branch. Sorry!
> 
> 
> 
> On 5/7/12 11:28 AM, Norman Maurer wrote:
> > Hi there,
> > 
> > I'm one of the Netty devs and would like to make it possible to use
> > reasyeasy on top of netty. I was looking for some starting points but
> > I'm still looking around. I wonder if someone could give me some hints
> > where I should start to dig deeper.
> > 
> > 
> > Thanks,
> > Norman
> > 
> > ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > Resteasy-users mailing list
> > Resteasy-users@lists.sourceforge.net 
> > (mailto:Resteasy-users@lists.sourceforge.net)
> > https://lists.sourceforge.net/lists/listinfo/resteasy-users
> > 
> 
> 
> -- 
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net 
> (mailto:Resteasy-users@lists.sourceforge.net)
> https://lists.sourceforge.net/lists/listinfo/resteasy-users
> 
> 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to