CodeCharge Studio: Difference between revisions

Content deleted Content added
Stoyno (talk | contribs)
m german language link
m Edited for punctuation, style and clarity. Some sections (like the bit about routing to index.asp) are still awkward/unclear.
Line 22:
}}
 
'''CodeCharge Studio''' is a [[rapid application development]] (RAD) and [[integrated development environment]] (IDE) for creating database-driven [[web application|web applications]].<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, with the aim of allowing designers and programmers to work cohesively in a web application<ref name=sullivan2002/> (the [[Model view controller|model-view-controller]] design pattern).
 
CodeCharge is the first product released by Yes Software, after two years of development.<ref name=sullivan2002>Tom Sullivan "[http://www.computerworld.com.au/article/26228/startup_aims_combine_web_design_development/ Startup aims to combine Web design, development]." ''[[Computerworld]]''.04 June, 2002</ref>
 
==Software==
CodeCharge utilizes [[point-and-click]] [[Wizard (software)|wizard]]s<ref name=sullivan2002/> for creating record and search forms, grids, and editable grids without the need for programming. The Databasesdatabases supportedit aresupports include MySQL, MS SQL Server, MS Access, PostgreSQL, and Oracle, andas allwell othersas any other database that supportsupports web connectivity. CodeCharge can export intocode to all major programing languages, such as [[ASP.NET]], [[Active Scripting|ASP]], [[Java (programming language)|Java]], [[ColdFusion]], [[PHP]], and [[Perl]].<ref name=dreier2002/><ref name=macintyre2006>Peter B. MacIntyre. "[http://www.yessoftware.com/download/files/pdf/May_2006_CCS.pdf CodeCharge 3.0 Yet Another IDE?]" ''php|architect'' May 2006</ref>
<br />
 
CodeCharge is based onemploys an interactive [[user interface]] (UI) todesigned createfor the creation of web applications.<ref name=arzoumani2003/> When generating code, CodeCharge automatically structures itthe code, using naming conventions and comments to make the purpose ofdescribe the code's clearpurpose.<ref>Mike Gunderloy "[http://mcpmag.com/articles/2002/08/07/codecharge-studio-106.aspx Product Reviews: CodeCharge Studio 1.0.6]." ''Microsoft Certified Professional Magazine''. 08/07/2002.</ref> Moreover, CodeCharge keeps the application andseparate generatedfrom the code separateit generates, so that projects may be converted to any language at any time.<ref name=yank2002>Kevin Yank "[http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=62#7 Software Reviews]." ''SitePoint Tech Times'', Issue #43. July 2nd, 2002</ref>
 
A CodeCharge generated project - withoutWithout additional programming, a CodeCharge-generated project is not a routed web sitedsite (where everything is routed i.e. through, for example, index.asp),; butrather, every page is accessible by onreference to its own name or URL.
 
===Technologies===