• 770 likes • 913 Views
Web development. SoftCom Technologies Ltd. . Software Developer. SoftCom Technologies. Meet Alice …. Project Manager. SoftCom Technologies. Meet Mr. Smith. With a weeks deadline. Alice is given a project …. Alice starts working …. work is still incomplete …. Days Pass By….
E N D
Web development SoftCom Technologies Ltd.
Software Developer SoftCom Technologies. Meet Alice…
Project Manager SoftCom Technologies. Meet Mr. Smith
With a weeks deadline Alice is given a project…
work is still incomplete… Days Pass By…
Computer Scientist D-Wave Systems. Meet Alice’s Friend Alan…
toolkit RAD-F RAD-E
RAD-E RAPID APPLICATION DEVELOPMENT-EDITOR
≡ Faster Better Simpler remember…
Based on the Web Works on any platform anytime anywhere
While we generate the code.. You design…
Synchronize source code across the globe view changes in realtime
Using the integrated communication environment collaboratewhile you code…
Very popular communication suit FreiChatX Used by 10000 + Social networking sites, Gaming and shopping portals, NGO, Travel websites, universities And guess who developed this software… The communication system is implemented using…
The Application flow! That was an overview…
RAD-F RAPID APPLICATION DEVELOPMENT-FRAMEWORK
Then RAD-Fis its…. If RAD-E is a…. What is RAD-F...?
Lets look at a classic program… what is MVCE?
an example MVCE program.. View Controller Event Handler Model that’s the power of MVCE!
Let us now look at… The ORM
What is an ORM? ORM
Building a typical application… CREATETABLEIFNOTEXISTS `login` ( `sno` int(11)NOTNULLAUTO_INCREMENT, `username` varchar(30)NOTNULL, `password` varchar(30)NOTNULL, PRIMARYKEY(`sno`) )
Then what about…? Tables? Functions? SQL Queries?