SmartFoxServer 2X Extensions have dropped support for scripting languages and concentrated on the Java extension development. The main reasons are:
The New server architecture is oriented to enterprise-level applications where this architecture have following patterns :
- Handles A lot of persistent data
- Handles concurrent data access
- Handles A lot of user interface screens/ High Load
- Handles Integrate with other enterprise applications
- Handles Lots of translation between data formats (usually for integration or reporting)
- Handles Critical performance. Often includes cluster support
- Handles Multi-platform — usually a minimum of Windows, Linux
- Handles Support many different configurations, including databases
- Handles Must support many different configurations, including databases
To fulfill above requirement the best language is Java which highly supports these features therefore it is now used for the server side
Extension
Follow us on Twitter