Share this blog
Expert Tips
Make your site load faster Do you have a form with many images on it? Here is a simple way to improve its loading speed: Select all Image controls on your form, and set their Bundled property to True. This will prompt the Morfik compiler to pack images together so that they can be all downloaded with a single request, resulting in faster page load time and better user experience – all images will appear simultaneously rather than one at a time.
Login
Recent Posts
- MDA Release: Google Analytics update
- Morfik 3.0.2 – server-side optimization
- Introducing fast native database connectivity for MySQL and MS SQL with the release of MDA Zeos Package
- MDA Release: XML-RPC Package
- MDA Release: RSS Package and the Bit.ly package
Archives
- July 2010 (5)
- June 2010 (4)
- May 2010 (5)
- April 2010 (4)
- March 2010 (8)
- February 2010 (17)
- January 2010 (20)
Categories
- Deployment and xApp Hosting (2)
- General (34)
- MDA (13)
- Technical (9)
- Tips and Tricks (7)
Morfik Links
The seven ordeals of the web application developer – Part 7
Developers who seek their fortune in the web business applications market must face and survive seven ordeals and success will only favour those who come prepared.
1. The First Ordeal: User experience
2. The Second Ordeal: Compatibility
3. The Third Ordeal: Time to market
4. The Fourth Ordeal: Finding the right tool
5. The Fifth Ordeal: Integration
6. The Sixth Ordeal: JavaScript
7. The Seventh Ordeal: Deployment
After surviving many ordeals and completing the web application, the developer must then face the ordeal of deployment. If you thought it was as easy as uploading the elements of the application onto a web server and configuring the IP address, think again.
Is your application going to generate large traffic? Will it require load balancing to make it scalable? Does your database require load balancing and the ensuing replication? Do you need the users to have any plug-ins installed? Do you have to install libraries and frameworks on the server and the client? Does your ISP support the “application stack” you require? How about version control? What about the security? Do you need support 24/7? What are the back-up requirements of your application?
These represent just a fraction of the questions you need to ask yourself when you decide to deploy your application. The fact is that many of the tasks involved are repetitive and there is no excuse for not being able to perform them with a single click.
Development tools designed for the web must take a global approach to task automation. Some already do but more is needed in order to shield the developer from the mundane deployment tasks. Automatic deployment is going to be a compulsory feature of any professional web development IDE in the future.
We will talk about Morfik’s auto-deployment in the future but in the meantime you can find more about deployment issues in these technical blogs.



