Jump to content

User:Editor142: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Editor142 (talk | contribs)
Created page with '<p>Create dynamic web pages with drag assembly of shapes and with Javascript using Lively from Sun Labs. Affect the shapes by creating and running scripts embedded …'
 
Editor142 (talk | contribs)
No edit summary
Line 1: Line 1:
{{Infobox Software
<p>Create dynamic web pages with drag assembly of shapes and with Javascript using Lively from Sun Labs. Affect the shapes by creating and running scripts embedded inside your world. Save your world at any time to WebDav or to the wiki at Sun Labs. Modify and extend the system using built-in development tools directly inside your world. Or instead develop subclasses for your worlds using the external editor of your choosing. Much the same as desktop applications are typically not written with assembly language, HTML and CSS are unnecessary in Lively.</p>
| name = Lively
| logo =
| screenshot = [[Image:SunLabsLively.png|center|250px|Lively Demo]]
| caption = Lively examples running in Safari
| developer = Sun Labs
| latest_release_version = 0.8.5
| latest_release_date = {{release_date|2009|4|6}}
| operating_system =
| genre = [[Programming]]
| license = [[MIT license|MIT]]
| website = http://livelykernel.sunlabs.com/
}}


The Sun Labs Lively Kernel is a web programming environment developed at Sun Microsystems Laboratories. The Lively Kernel supports desktop-style applications with rich graphics and direct manipulation capabilities, but without the installation or upgrade hassles that conventional desktop applications have. The system is written entirely in the JavaScript programming language, a language supported by all the web browsers, with the intent that the system can run in commercial web browsers without installation or any plug-in components. The system leverages the dynamic characteristics of the JavaScript language to make it possible to create, modify and deploy applications on the fly, using tools built into the system itself. In addition to its application execution capabilities, the Lively Kernel can also function as an integrated development environment (IDE), making the whole system self-sufficient and able to improve and extend itself dynamically.
<p><a href = "http://support.apple.com/downloads/#safari">Safari 3</a> currently offers the best performance and FireFox 3 is a second choice. Lively currently uses SVG as the implementation vehicle and HTML canvas support is also developing. An Internet Explorer port using (VML) has also been implemented. Your contributions are welcome and are appreciated by the Lively team at Sun Labs.</p>


== Section One ==
<p>
More information and examples:<br/>
<a href = "http://livelykernel.sunlabs.com/"> http://livelykernel.sunlabs.com/ </a><br/>
<a href = "http://research.sun.com/projects/lively/"> http://research.sun.com/projects/lively/ </a><br/>
<a href = "http://livelykernel.sunlabs.com/repository/lively-wiki/index.xhtml"> http://livelykernel.sunlabs.com/repository/lively-wiki/index.xhtml </a><br/>
<a href = "http://livelykernel.sunlabs.com/repository/lively-wiki/example.xhtml"> http://livelykernel.sunlabs.com/repository/lively-wiki/example.xhtml </a><br/>
<a href = "http://livelykernel.sunlabs.com/repository/lively-wiki/pweaver.xhtml"> http://livelykernel.sunlabs.com/repository/lively-wiki/pweaver.xhtml </a><br/>
<a href = "http://livelykernel.sunlabs.com/repository/lively-wiki/pweaver-widgets.xhtml"> http://livelykernel.sunlabs.com/repository/lively-wiki/pweaver-widgets.xhtml </a><br/>
</p>


== Section Two ==
<p>

Mailing list:<br/>
== Section Three ==
<a href = "http://livelykernel.sunlabs.com/mailman/listinfo/general"> http://livelykernel.sunlabs.com/mailman/listinfo/general </a><br/>

</p>
== Example code ==
<source lang="javascript">
console.log('Lively');
</source>

== References ==
{{refbegin}}
{{refend}}

==External links==

Revision as of 12:00, 6 April 2009

Lively
Developer(s)Sun Labs
Stable release
0.8.5 / April 6, 2009 (2009-04-06)
TypeProgramming
LicenseMIT
Websitehttp://livelykernel.sunlabs.com/

The Sun Labs Lively Kernel is a web programming environment developed at Sun Microsystems Laboratories. The Lively Kernel supports desktop-style applications with rich graphics and direct manipulation capabilities, but without the installation or upgrade hassles that conventional desktop applications have. The system is written entirely in the JavaScript programming language, a language supported by all the web browsers, with the intent that the system can run in commercial web browsers without installation or any plug-in components. The system leverages the dynamic characteristics of the JavaScript language to make it possible to create, modify and deploy applications on the fly, using tools built into the system itself. In addition to its application execution capabilities, the Lively Kernel can also function as an integrated development environment (IDE), making the whole system self-sufficient and able to improve and extend itself dynamically.

Section One

Section Two

Section Three

Example code

console.log('Lively');

References