Difference between revisions of "Developing Web Apps with Pascal"

From Free Pascal wiki
Jump to navigationJump to search
(categorization)
(clarification/question; link to fcl-web)
Line 1: Line 1:
= ExtPascal =
+
== Overview ==
 +
Apparently this page is meant to describe various way of integrating javascrit with FreePascal?
 +
 
 +
== ExtPascal ==
  
 
ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.
 
ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.
Line 7: Line 10:
 
With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.
 
With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.
  
= qxotica =
+
== qxotica ==
  
 
The qxotica tools provide a way to use Lazarus to create both the qooxdoo-based JavaScript client and the Pascal server backend for a Web app.
 
The qxotica tools provide a way to use Lazarus to create both the qooxdoo-based JavaScript client and the Pascal server backend for a Web app.
  
 
http://web.fastermac.net/~MacPgmr/qxotica/QxoticaStatus.html
 
http://web.fastermac.net/~MacPgmr/qxotica/QxoticaStatus.html
 +
 +
== See also ==
 +
* [[fcl-web]] Framework for developing web applications. Also lets you use JSON/REST APIs.
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]

Revision as of 13:56, 5 November 2014

Overview

Apparently this page is meant to describe various way of integrating javascrit with FreePascal?

ExtPascal

ExtPascal is a set of Pascal components that wrap the Ext JS set of JavaScript widgets.

http://code.google.com/p/extpascal/

With the optional ExtP Toolkit, you can turn Lazarus into an ExtPascal IDE.

qxotica

The qxotica tools provide a way to use Lazarus to create both the qooxdoo-based JavaScript client and the Pascal server backend for a Web app.

http://web.fastermac.net/~MacPgmr/qxotica/QxoticaStatus.html

See also

  • fcl-web Framework for developing web applications. Also lets you use JSON/REST APIs.