Best toolkit for new Web application (odd requirements)

Posted by ireadit on Stack Overflow See other posts from Stack Overflow or by ireadit
Published on 2008-12-22T00:33:00Z Indexed on 2010/04/12 23:12 UTC
Read the original article Hit count: 297

Filed under:
|

I need to write a new application, and have no experience with any new technology, framework, or language. Here are the requirements:

  • HTML front end (best if it's cross-browser friendly)
  • Web deployable, but also ideally want to be able to install as standalone on a desktop
  • SQL Server database
  • Ideally, would like to use a good (and easy) AJAX toolkit with widgets
  • Ideally, would like to be able to write in ASP.Net but later (or concurrently) also write in Java. This is a big concern, as I would like to not have to rewrite the whole thing. Is there a toolkit I can use that makes this cross-platform requirement easier?

All suggestions and comments are much appreciated. Thank you.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about web-applications