views:

119

answers:

2

There are obviously a lot of different choices out there if you want to program for the web using Java. Does anybody have recommendations for someone who wants a free software framework for web programming? I want to work on Linux, and I would prefer to avoid .net/mono.

A: 

My recommendation is not to do web programming in C++. Try any of Django (python), Ruby on Rails, PHP, or even Perl. There's plenty to choose from.

JSBangs
I have reasons for choosing C++ over other languages, which is why I specifically asked about C++.
BD at Rivenhill
+2  A: 
Ken Bloom
Note, Cgicc is rather small and limited CGI library then full framework.
Artyom
@Artyom: thanks, this is exactly the sort of color I am looking for.
BD at Rivenhill