Laszlo 4.0.10

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
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
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.