CodeCharge Studio: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0
Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Whoop whoop pull up - 21816
 
(4 intermediate revisions by 3 users not shown)
Line 1:
{{Use dmy dates|date=JulyNovember 20132020}}
{{Infobox software
| name =
Line 6:
| caption =
| collapsible =
| developer = [http://www.yessoftware.com/company/index.php Yes SoftwareYesSoftware, Inc.]
| latest release version = 5.1.1.18992
| status = Active
| latest release versiondate = 5.0.0.16254{{release date and age|2016|03|18}}<ref>{{Cite web
| url = http://support.yessoftware.com/updates.asp
| title = CodeChargeNews Studioand 5.0 Update Available.Updates
| website = support.yessoftware.com
| accessdate = 2012-07-14
| access-date = 2021-03-31
}}</ref>
| latest preview date = {{release date|df=yes|2012|06|06}}
| operating system = [[Microsoft Windows|Windows]]
| platform =
Line 20:
| license = [[Proprietary software|Proprietary]]
| genre = [[Web application framework]] / [[Template engine (web)|Template Engine]]
| website = {{url|http://www.codecharge.com}}
}}
 
'''CodeCharge Studio''' is a [[rapid application development]] (RAD) and [[integrated development environment]] (IDE) for creating database-driven [[web application]]s.<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, Inc.,<ref>Nevada Secretary of State, Corp Status "[https://www.nvsos.gov/sosentitysearch/PrintCorp.aspx?lx8nvq=qlexfy4%252fDexv5N0FLCJy6g%253d%253d&nt7=0]."</ref>, 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]]''.4 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 databases it supports include MySQL, MS SQL Server, MS Access, PostgreSQL, and Oracle, as well as any other database that supports web connectivity. CodeCharge can export code 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>
 
CodeCharge employs an interactive [[user interface]] (UI) designed for the creation of web applications.<ref name=arzoumani2003/> When generating code, CodeCharge automatically structures the code, using naming conventions and comments to describe the code's purpose.<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 separate from the code it 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] {{Webarchive|url=https://web.archive.org/web/20110610234431/http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=62#7 |date=10 June 2011 }}." ''SitePoint Tech Times'', Issue #43. 2 July 2002</ref>
 
Without additional programming, a CodeCharge-generated project is not a routed web site (where everything is routed through, for example, index.asp); rather, every page is accessible by reference to its own name or URL.
Line 55:
{{quote|"For its price tag this code generation application is well worth it. One great application that I can see this being used for is creating prototypes of web applications in very short periods of time. In other words, last minute proposals."}}
 
Kevin Yank of ''[[SitePoint]] Tech Times'' was impressed "by the many ways in which experienced developers could draw added power out of the software, instead of being limited by it, as is the case with most RAD tools for Web development."<ref name=yank2003>Kevin Yank "[http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=62#7 Software Reviews] {{Webarchive|url=https://web.archive.org/web/20110610234431/http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=62#7 |date=10 June 2011 }}." ''SitePoint Tech Times'', Issue #62. 2 April 2003</ref>
 
In his review of ''CodeCharge Studio 2.0'', Troy Dreier wrote in ''Intranet Journal'', "CodeCharge Studio [allows] Web application developers [to] shave literally months off their development times."<ref>Troy Dreier "[http://www.intranetjournal.com/articles/200305/ij_05_19_03a.html CodeCharge Studio 2.0: Here's What's New]." ''Intranet Journal''. 5/19/2003.</ref>
Line 62:
 
==See also==
*[[Comparison of server-side web frameworks|Comparison of web frameworks]]
*[[Web template system]]
* formats of web applications