Java & Java Technologies

Dec 03

Java & Java Technologies

Java Destkop Application Development Libraries: AWT SWT Swing SwingX Plain Old Java Objects (POJO) Java Bean Java Web Frameworks: Servlet Java Server Pages (JSP) Struts Spring Seam Java Server Faces (JSF) Wicket Object Relational Mapping (ORM) Java Persistence API (JPA) Hibernate Java Toolkit and Libraries: Apache POI Apache...

Read More

OrmLite – Lightweight Java ORM Supports Android and SQLite

Nov 22

OrmLite – Lightweight Object Relational Mapping (ORM) Java Package Ormlite web site Use Annotations to Mark Classes to be Persisted To use the package you add the @DatabaseTable annotation to the top of each class and a @DatabaseField annotation to each of the fields in the class that are to be persisted to the database. For example: @DatabaseTable(tableName...

Read More