Difference of HTTP Components, Restlet, Apache Mina and Netty

Posted by dexter on Stack Overflow See other posts from Stack Overflow or by dexter
Published on 2010-04-12T18:52:12Z Indexed on 2010/04/12 21:52 UTC
Read the original article Hit count: 553

Filed under:
|
|
|

I used HTTPComponents to implement a custom web server that access SQLite database. Requests are sent via TCP/IP and I am using REST concepts. By the way my frontend is HTML/jQuery. I know it will be a lot easier if I'll just create a servlet but I am restricted to just using apache http server. I really don't get good performance in using HTTP Components. Any suggestions please. Thanks in advance.

© Stack Overflow or respective owner

Related posts about beginner

Related posts about java