CodeCharge Studio
An editor has nominated this article for deletion. You are welcome to participate in the deletion discussion, which will decide whether or not to retain it. |
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (August 2010) |
![]() | This article includes a list of general references, but it lacks sufficient corresponding inline citations. (September 2010) |
![]() | |
Developer(s) | Yes Software, Inc. |
---|---|
Stable release | 4.3.0.7676[1]
|
Operating system | Windows |
Type | Web application framework / Template Engine |
License | Proprietary |
Website | http://www.codecharge.com |
CodeCharge Studio is a rapid application development environment for creating web-based applications with minimal coding. It is a code generator and 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 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.
Used technologies
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. Every structural element, like database connection, grid, navigation bar, the visible page itself etc are all objects.
Templating
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.
See also
References
- ^ "CodeCharge Studio 4.3 update released". Retrieved 15 August 2010.
External links