Tudu Lists is an on-line application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited and shared on the Web. It is a simple but effective project management tool.
This project provides you with a Maven2 archetype for kickstarting development of a very lightweight Java or Groovy based web-application, using Ajax and an in-memory database. It is using best of
... [More] breed technologies like Prototype, DWR, Groovy, Hibernate Annotations / JPA and an HSQLDB database.
The archetype provides you with a few pages demonstrating basic CRUD functionality, that can be used as a starting point for your development.
To get started please see the Documentation page on the Wiki. You will be up and running in a few minutes.
Email: oyvindj_at_yahoo.com , [Less]
The main purpose of this project is to make your development even faster.
Two main fronts are being developed right now. One is a GWT library for common website develop, ie: company sites where
... [More] carrousels are required, or dynamic menus. There are already a lot of options when we need to design a CRUD system, but not to normal websites.
The other is an eclipse plugin, that will generate a JAVA project ready to deploy on APP-ENGINE or any other webserver. Also this project will be already user-login enabled. [Less]
Injecting a Data Access Object Layer instead of coding oneWhy write the same kind of code over and over again just to persist some data? Probably you just want to create, update, delete and find some
... [More] data as quickly as possible and use your creative juices on other, often more interesting, tasks. Therefore why not just inject a Data Access Object Layer instead spending your time on writing the same kind of code over and over again?
Is it really that easy? Yes it is! Using this library it is really that easy. Just dive into the code of the example, see download section for more details, and you will find out everything required to know.
@Repository(value = "mySpringBean")
public class MySpringBean {
....
.. your really interesting code
.. that uses GenericService without worrying about the details
....
@Autowired
GenericService genericService; // t it :) Have fun! [Less]
The BZB Framework (pronounced 'busy bee') is both a collection of open source tools and libraries, and a set of guidelines for creating enterprise Java software, usually targeted for the web.
In its
... [More] current state, it's not yet usable as a foundation for your web applications, due to a lack of documentation. You can however use the source code as inspiration for addressing common Spring, JSF, Hibernate and Maven issues. [Less]