PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → windev to webdev
windev to webdev
Débuté par jose gallo, 10 oct. 2009 22:24 - 1 réponse
Posté le 10 octobre 2009 - 22:24
WE ARE UNTIL NOW USING ONLY WINDEV AND MAKING WINDOWS BASED APPLICATIONS.

WE INTEND TO move SOME WINDOWS BASED APPLICATIONS TO WEB BASED APPLICATIONs KEEPING THE SAME FUNCIONALITIES INSIDE A BROWSER.

DOES WEBDEV HAVE THIS CAPABILITY . (READ A WINDEV SOURCE AND CREATE A WEB BASED APP ) ??
Posté le 29 octobre 2009 - 15:42
Partially. WebDev uses W language and the same analysis as WinDev.
But there is no wizard to convert a WinDev app to a WebDev app with one click.

You will need to rebuild the user interface in WebDev, but can use the same W language code behind the scene. In effect, it is a major re-write, where you can re-use the analysis and W language. Also, the user interface is richer in WinDev, so WebDev applications will have a different user interface.

The good news is that you don't need to learn Javascript, PHP or other web languages.

Of course, if you are building Dynamic PHP sites, then the W language supported is smaller still.