tags:

views:

32

answers:

1

I am about to start a small web project (let's assume something like a small Stackoverflow) and was wondering which technology/framework you would suggest in order to match the following requirements:

  • must be compiler checked. no scripting.
  • easy support for user friendly urls, SEO optimization, etc.
  • open source.

I guess Java seems to be a good choice .. But which framework(s)?

+2  A: 

Mono ASP.NET + MVC on top of Apache (Compiled,Open Source & Url Friendly)

Shay Erlichmen
+1 because it is an option I haven't thought about. Let's wait a bit for other answers ... Do you know any JSP frameworks for web2.0 stuff?
Michal
Sorry, Java is not my cup of tea.
Shay Erlichmen
Np. Do you know any huge sites running on Mono ASP.net? Is it a pain to setup?
Michal
I think I will digg deeper into this option .. sound definitely interesting.
Michal