tags:

views:

56

answers:

2

Hi everyone,

What are the differences between aspx and jspx? and Why should I choose aspx or jspx?

what is the best software to develop web poject with jspx?

Thank you for your reply.

+1  A: 

aspx

  • microsoft
  • .net
  • on version 4, 10ish years old

jspx

  • open source
  • java
  • dev started in feb 2008

What should you choose? Depends. Need more context.

BioBuckyBall
A: 

ASPX and JSPX are both web-site programming technologies...

ASPX is Microsoft based, using VB.NET or C# (.NET).

JSPX is Java based.

Your desicion on which to use should primarily be based on which programming language you are most comfortable using. Secondly, Java is free while .NET is not.

Michael Rodrigues
Why do you say that .Net is not free?
adrianbanks
To host a production .NET website someone along the chain has to pay Microsoft something. It's possible to host a Java-based production website without paying any software charges.
Michael Rodrigues