Compiled JAVA and interpreters PHP, ASP and ColdFusion
JAVA code (servlet) is compiled and works faster than interpreters PHP, ASP and ColdFusion.
If data requires intensive and complicated processing/formatting, the power of interpreters is not enough,
and response time becomes unacceptable.
|
|
What Passage Server can be used for?
Integration of corporate data with existing website
Company manages clients, products, orders, quotes and prices in a database on the office computer,
and has a website hosted by ISP. Company would like to intergrate corporate data
with the website, but keep the corporate data on the office computer, not on ISP side.
Solution:
- install Passage Server on the office computer
- make dynamic database-driven web application (i.e. HTMLs, servlets, SQLs, images, existing database)
- link application with existing website
Minimizing website response time
Company has a dynamic database-driven website made in PHP, ASP or ColdFusion, and running on the office computer
on IIS or Apache. But the website is very well visited and execution speed needs to be increased. Company is considering to replace
interpreter with compiled code (JAVA servlets).
Solution:
- install Passage Server on the office computer
- rewrite existing application in JAVA
Integration of corporate data with other software packages
Company has an accounting system and online product ordering system, and they are not connected.
Each time online order is made, sales people manually put it into accounting system.
Solution:
- install Passage Server
- make an application that integrates two systems
|
|