XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags. This use of JavaDoc tags for
... [More] attributes formed the original ideas for Java 5 Annotations.
XDoclet2 is the next generation of this technology. Based on Generama, it uses standard template engines such as Velocity and Freemarker for generation of text-oriented output, and Jelly for XML output. The function of XDoclet is to seed the generation contexts for these template engines. [Less]
A simple Jinja-powered template system for creating lists of student profiles. Running this script will output HTML with all of the YAML files passed as an argument.
In the case of this repository, you can pass the `profiles/` directory as an argument.
This is a simple program that uses JDBC to generate simple Plain Old Java Objects (POJOs). It can also generate POJOs from an Excel (.xlsx) file. Unlike Hibernate and other ORMs this program creates simple data containers using standard types. So they can be later used and adapted to any framework.
Distributed, standalone, ordered, stateless, thread-safe, random Id generator in Base 36. Clustered-index-friendly, human readable. Example: 040VZ-C6SL0-1003B-Z00R2 (dashes are cosmetic; e.g., store as char(20) in SQL Server).
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy