Re: [Simpleweb-Support] should I use SimpleWeb?
Brought to you by:
niallg
From: Jeff N. <je...@ne...> - 2007-11-09 10:22:40
|
All in all I think Simple would work fine for your needs... I think you'll have a hard time finding a comparable http server with a smaller footprint (the core lib is 172Kb). The only stumbling block you might have is if you require the Servlet API, as Simple has its own, similar API. But it sounds from your email that you're pretty flexible. As far as opening the port, Simple is instantiated with standard Java Sockets, so if you can lock down Java Sockets (which I imagine you can, but I've never tried), you'll be fine. Jeff On Nov 9, 2007, at 10:24 AM, Anil Philip wrote: > I would appreciate your input as to whether SimpleWeb > server can be used for this. > ----------------- > my application will have a client and server that will > run on the user's desktop - without any user > intervention. > I was considering RMI for the server, but JavaScript > components may have difficulty calling it from > Internet Explorer. > Hence I want a simple, basic http server - simply to > parse out the request headers and handle simple > servlet calls. > > -very small footprint (less than 100Kb?), basic http > server > -auto installed from Java Web Start > -preferably written in Java to install seamlessly on > various operating systems > -low volume > > I am unsure about the security risks - the port should > not be open to others on the internet. > > Does SimpleWeb meet the above requirements? > > I would appreciate your input. > thanks, > Anil > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Simpleweb-Support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpleweb-support > |