Content deleted Content added
source |
source |
||
Line 32:
'''CodeCharge Studio''' is a [[rapid application development]] environment for creating web-based applications with minimal coding.<ref name=dreier2002>Troy Dreier "[http://www.intranetjournal.com/articles/200208/it_08_30_02a.html Supercharge Your Intranet With CodeCharge Studio]." ''Intranet Journal''. 08/30/02</ref> It is a [[Automatic programming|code generator]] and [[Template engine (web)|templating engine]] that separates the presentation layer from the coding layer, allowing designers and programmers to work cohesively in a web application (the [[Model view controller|model-view-controller]] design pattern).
CodeCharge utilizes point-and-click wizards for creating record and search forms, grids, and editable grids without the need for programming. Databases supported are MySQL, MS SQL Server, MS Access, PostgreSQL, Oracle, and all others that support web connectivity. All major programing languages are supported, such as [[ASP.NET]], [[Active
<br />
Code charge based on an interactive UI to create web application. Here are listed technologies which used, when the application is ready and running. Application generating technologies here are not discussed. A CCS generated project - without additional programming - is not a routed web sited (where everything routed i.e. through index.asp), but every page accessible by on its own name.
===OOP===
The generated application is [[Object-oriented programming|Object Oriented]]. Every structural element, like database connection, grid, navigation bar, the visible page itself etc are all objects.
Codecharge use html template pages to generate visible internet sites. There are xxxx.html files, accordingly xxxx.asp (xxxx.php etc) code files and for server side events a separate xxxx_event.asp (xxxx.php etc) files.
==Reception==
Peter B. MacIntyre gave CodeCharge Studio a 3.5 out of 5.<ref name=macintyre2006/>
==See also==
|