Hey Lasse, 2009/7/28 Lasse Kärkkäinen <[email protected]>: > While Wt does fine for implementing web applications, one sometimes > needs more fine-grained control over pretty URLs, request types, etc.
While obviously Wt is not appropriate for just any web application, I am always interested in things you feel are lacking (and would fit)... The one thing I think is lacking (and when using JWt, we sometimes complement the web application with one or two simple servlets), is to be able to simply configure a "resource" at a particular URL, with or without requiring a session to access it. Is that what you are looking for ? > I've been looking for a good library to do this, but haven't found any. > RudeCGI always shows up first in Google and freeCGI is another that I > could find. However, neither of these are very good, not using C++ > strings, etc. > > So, got any other suggestions, or should I just start writing my own? When looking around for a library to use in Wt, I did not find anything, and so I ported a perl implementation. I did consider using cgicc, but at the time it was GPL. In the meantime, it has changed to LGPL. Regards, koen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
