dinamica

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 » J2EE » Dinamica » dinamica 
dinamica
Java Source File NameTypeComment
AbstractChartPlugin.javaClass
AbstractExcelOutput.javaClass Base class to produce Excel output modules (hand made reports) based on the Apache POI v3 open source component.
This super class provides several common utility methods, including methods to retrieve images from URLs (local or remotes), which can be used to insert charts into the document by reusing a server-side chart Action, or to insert another dinamically generated image, like a BarCode.
AbstractModule.javaClass
AbstractPDFOutput.javaClass Base class to produce PDF output modules (hand made reports) based on the powerful IText-PDF open source component.
This super class provides several common utility methods, including the abiity to auto-read the report header, footer and title from web.xml or config.xml, and to retrieve images from URLs (local or remotes), which is used to insert charts into the PDF document by reusing a server-side chart Action, or to insert another dinamically generated image, like a BarCode.
AbstractValidator.javaClass Base class to create reusable Validator services.
Base64.javaClass A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.

On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().

On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.
BlobOutput.javaClass Generic output module to print blob contents, like images, pdfs and other types of documents saved in database columns of type BLOB or equivalent.
BlobOutputPGSQL.javaClass Output module to print blob contents stored in PostgreSQL database (v8.0.3), like images, pdfs and other types of documents saved in columns of type "bytea".
ChartOutput.javaClass Specific Output Plugin for server-side charting using the JFreeChart LGPL component - every available chart type is also base on a plugin architecture (AbstracChartPlugin).
Config.javaClass
Controller.javaClass Central controller to dispatch all requests recevied by a Web Application built with this framework. This class represents the Coordinator of all activities in the application, it is the base for the advanced MVC mechanism implemented by this framework.
DataOutput.javaClass DataOutput
Output module that serializes the internal HashMap object mantained by the Transaction object, which does contain all the published Recordsets.
Db.javaClass Core-level framework class: Text Generator.

Encapsulates the JDBC API most common operations with safe and efficient code.
DeleteRecordPaged.javaClass Deletes record from recordset stored in session and then executes whatever queries as defined in config.xml.
ErrorHandler.javaClass
Errors.javaClass
FormatPluginParser.javaClass
GenericChart.javaClass Generic Transaction used for server-side Chart Actions. This Transaction class will read some specific elements from config.xml in order to set the values of the chart configuration recordset used by the ChartOutput class.
GenericExcelOutput.javaClass Genera un archivo excel (Apache POI) con el contenido de un recordset, se basa en una clase generica del framework.
GenericOutput.javaClass Base class to create Output classes.
GenericTableManager.javaClass Generic Transaction to execute one or more simple action queries like INSERT, UPDATE or DELETE.
This module requires one or more extra elements in config.xml called "query", containing the filename of the SQL file to load and execute.
GenericTransaction.javaClass Base class to program business transaction services (read/write).
GetBlob.javaClass Generic Blob reader.
This Transaction publishes a Recordset with the information required by the BlobOutput module to print a blob column's content, whether it is an image or a document.
GetVersion.javaClass
HGridOutput.javaClass Prints recordset in tabular format using horizontal direction, meaning that each row from the recordset will fill a cell until the maximum nimber of cells is reached, then a new row will be appended to the table.
HGridPagedOutput.javaClass Prints recordset in tabular format using horizontal direction, meaning that each row from the recordset will fill a cell until the maximum nimber of cells is reached, then a new row will be appended to the table.
IFormatPlugin.javaInterface Interface that MUST be implemented by custom formatters.
IRecordsetProvider.javaInterface
IRowEvent.javaInterface This interface may be implemented by classes that need to make very custom modifications the the generated rows when producing a table with the TemplateEngine class.
IServiceWrapper.javaInterface IServiceWrapper
Interface that defines methods that will be invoked before and after the invocation of the service() method in any descendant of the GenericTransaction class.
Jndi.javaClass
Marker.javaClass Represents a field marker in a text template.
MasterDetailOutput.javaClass Generic output module to print master/detail html reports.
It will require a published recordset called "group-master.sql" and will consume a Transaction that is a subclass of MasterDetailReader.
MasterDetailReader.javaClass Base class to create your own Transaction classes for master/detail reports.
PagingControls.javaClass Generic transaction to provide a recordset containing the fields required to "paint" navigation controls for paged views.
PDFPageEvents.javaClass PDF reports utility class.
Generic class to intercept IText page events and print custom footer text and Page X of Y using IText template object.
Footer looks like:
[FooterText - DateTime] ......
PerformanceFilter.javaClass Servlet filter to generate a performance log according to the configured filter map and the init parameter "limit".
Record.javaClass
Recordset.javaClass Core-level framework class: Recordset - General purpose, tabular data structure.

Represents a disconnected recordset, a kind of multi-purpose ResultSet without connection to the database, much like the famous ADO disconnected recordset from VB6, can be created from a SQL query or manufactured by code to represent any tabular data.
RecordsetException.javaClass
RecordsetField.javaClass
RequestValidationException.javaClass
RSSConsumer.javaClass Retrieves an XML document (RSS feed) and parse the elements to produce a Recordset.
This class can read RSS feeds given a URL passed to it as a configuration element named "url" in config.xml or as a request parameter named "url", and then publishes a Recordset named "rss_feed" that can be printed into the template body as any other recordset.
SaveBlob.javaClass Generic transaction class that saves uploaded file into blob column in database table via JDBC prepared statements. The SQL will be preprocessed to set all the required static values, the BLOB data will be sent to the server using a prepared statement.
Plase consult the Dinamica BLOB How-to (cat-blob.pdf) to learn about required table structure and available blob management facilities.
SetLanguage.javaClass Receives a request parameter that MUST be named "locale" and set a session attribute named "dinamica.user.locale" containing a Locale object initialized with the language code (en, es, it, etc).
SimpleMail.javaClass Utility class to send mail using SMTP (JavaMail).
Provides very simple methods for sending text based emails.
SortRS.javaClass Sort recordset in memory, request should include two mandatory parameters: rs and colname.
StringUtil.javaClass Core-level framework class: String and Date basic utility methods.
SysInfo.javaClass Collect JRE info and test default database connection defined in web.xml, publish recordset with id "sysinfo" containing collected information.
TemplateEngine.javaClass Core-level framework class: Text Generator.

Generates text output (html, xml, sql, etc) given a template with some special markers that will be replaced by data (supplied from recordsets).
TemplateSegment.javaClass
ValidatorUtil.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.