Hello everybody,
I have such request:
how differences between servoy form and php form?
What script language is servoy form wrote?
Thank you in advance
Hi Pinacolada,
how different is a can-opener from a factory?
With a can-opener, you can certainly open a can easily.
In a factory you will probably find a way to open a can, but you can also do a million other things.
The php form from your link is a simple web form wizard/generator, it doesn’t handle anything else than creating the php/html to build a php page with a form in it, none of the server logic is there: ie transaction management, concurrency, deployment/updates, high level objects, database management, etc.
Servoy is a RAD development platform. It allows you to build complete applications that runs on multiple platforms, not only in a browser but also as a java client.
You create forms in an environment which is tailored for application development, you script using javascript, you extend using java, you deploy to browsers or java clients, etc.
Have a look at the features pages from the servoy.com site, check the flash tutorials, and you will see that there is a world of difference.
Probably a lot more complicated to use than a wizard to create a php form, but definitely worth it if you need to build an entire system.
Check it out!
There are some tutorials here: http://servoy.com/generic.jsp?mt=396&taxonomy_id=790 which will give you a quick example of what Servoy can do.