Laszlo 4.0.10

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Ajax » Laszlo 4.0.10 
Laszlo
License:Laszlo is an open source platform for the development and delivery of rich Internet applications.
URL:http://www.openlaszlo.org/
Description:
Package NameComment
EDU.oswego.cs.dl.util.concurrent
examples
org.openlaszlo.auth
org.openlaszlo.cache
org.openlaszlo.cm Compilation Manager Package

Defines the Compilation Manager package.

The main class of this package is CompilationManager, which serves object files from a cache, recompiling when necessary.

org.openlaszlo.compiler Interface Compiler Package

Defines the Compiler package.

This package defines the Compiler class, which compiles an application source file to an object file.

Implementation Notes

The implementation of the interface compiler assumes that the input file has been validated against a schema. Reporting XML content errors will therefore be centralized at the point where the document is validated, and element visitors can assume that mandatory elements are present. Since this isn't yet implemented, visitors throw runtime exceptions when an element is missing, but the format for reporting these exceptions doesn't need to be designed.

org.openlaszlo.connection
org.openlaszlo.css
org.openlaszlo.data org.openlaszlo.data package

Provides classes for implementing the retrieval of data. Using the DataSource class, you can write your own data handler to access any data source.

org.openlaszlo.data.json
org.openlaszlo.data.swf
org.openlaszlo.i18n
org.openlaszlo.iv.flash
org.openlaszlo.iv.flash.api
org.openlaszlo.iv.flash.api.action
org.openlaszlo.iv.flash.api.button
org.openlaszlo.iv.flash.api.image
org.openlaszlo.iv.flash.api.shape
org.openlaszlo.iv.flash.api.sound
org.openlaszlo.iv.flash.api.text
org.openlaszlo.iv.flash.cache
org.openlaszlo.iv.flash.commands
org.openlaszlo.iv.flash.context
org.openlaszlo.iv.flash.fop
org.openlaszlo.iv.flash.js
org.openlaszlo.iv.flash.parser
org.openlaszlo.iv.flash.servlet
org.openlaszlo.iv.flash.url
org.openlaszlo.iv.flash.url.filters
org.openlaszlo.iv.flash.util
org.openlaszlo.iv.flash.xml
org.openlaszlo.iv.flash.xml.apache
org.openlaszlo.iv.flash.xml.apache.functions
org.openlaszlo.iv.flash.xml.caucho
org.openlaszlo.iv.flash.xml.generic
org.openlaszlo.iv.flash.xml.jaxen
org.openlaszlo.js2doc
org.openlaszlo.media org.openlaszlo.media package

Contains the Media transcoder package for the LPS.

This package is under construction.


org.openlaszlo.remote
org.openlaszlo.remote.json
org.openlaszlo.remote.json.soap
org.openlaszlo.remote.json.soap.encoding
org.openlaszlo.remote.swf
org.openlaszlo.remote.swf.soap
org.openlaszlo.remote.swf.soap.encoding
org.openlaszlo.sc
org.openlaszlo.sc.parser
org.openlaszlo.server Server Package

The Server package for globals, logging, and so on.

This package defines one main class, LPS. This is intended to be the main entry point into the server. It contains all globals/singletons and a logging interface. XXX More here at some point...


org.openlaszlo.servlets org.openlaszlo.servlets package

Contains the HTTP Servlets that comprise the network adapter for the LPS.

This is the only package underneath org.openlaszlo that is intended to reach into the Java Servlet API.


org.openlaszlo.servlets.responders
org.openlaszlo.test
org.openlaszlo.test.xmlrpc
org.openlaszlo.utils
org.openlaszlo.xml org.openlaszlo.xml package

Provides classes for converting XML to SWF. The DataBuilder class implements the SAX ContentHandler API and can possibly be used with a SAX parser.

org.openlaszlo.xml.internal
w___w_w__.j__a_v_a2_s__.__c_om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.