ONess 0.5 bundled with Tomcat

After noticing that the compressed file was corrupt I’ve make available again the latest ONess version 0.5 bundled with Tomcat 5.0.30.

As I’ve said in a previous entry, it’s ready to run in less than a minute and uses hsqldb to avoid the need of setting up a database.

You can download from Sourceforge, uncompress, go to the “bin” dir and run startup.bat or startup.sh. After tomcat is up and running you can go to http://localhost:8080/ to check the web interface.

ONess 0.5 + Tomcat 5.0.30 bundle released

I’ve released a new ONess 0.5 version that comes bundled with Tomcat 5.0.30 so it’s ready to run in less than a minute. Uses hsqldb to avoid the need of setting up a database.

Just download from Sourceforge, uncompress, go to the “bin” dir and run startup.bat or startup.sh.
Note that the first time the pages are accesed it may be slow because they get compiled. After that it will run faster.

ONess documentation in spanish

I’ve added to the website a complete document about the ONess project written in spanish, as presented to the University of A Coru�a. It’s available as HTML or PDF.

New ONess releases

I have released almost all the ONess modules, they are available for download. It’s also available the first 0.1 version of the order module.

From now the ONess project will be a core architecture integrating latest technologies (Spring, Hibernate, AspectJ, …) with useful tips for developers, and some sample real world apps (party management, inventory management, orders), unless more developers get involved. I’ll use it as test for new releases and technologies, I’m planning to take a look at Hibernate3 and add JSF as soon as posible.

ONess presentation 14th october

I am presenting ONess the 14th october at 9:00 in the University of A Coru�a, Spain, so if you’re near 😉 and want to see it, you can contact with me.

New ONess module order to invoice

The module order which models the process order to delivery docket to invoice has been added to ONess.

ONess demo site down for maintenance

The ONess demo site is down for maintenance, so please be patient. Soon it’ll be up with a better bandwith.

New ONess modules released

I’ve just released the following modules

  • ONess Common 0.2
  • ONess Common-Maven 0.3
  • ONess Common-Model 0.3
  • ONess User Management Model 0.2

Tomorrow I’m releasing the other ones.

Check the changelogs at http://oness.sourceforge.net/multichanges-report.html

More ONess modules released

Today the other modules have been released

  • ONess Common Webapp Controller 0.3
  • ONess Common Webapp View 0.2
  • ONess User Webapp 0.2
  • ONess Inventory Model 0.1
  • ONess Inventory Webapp 0.1
  • ONess Party Model 0.3
  • ONess Party Webapp 0.3

As before, check the changelogs at http://oness.sourceforge.net/multichanges-report.html

Upgraded ONess to Spring 1.1 and Struts 1.2.2

I’ve upgraded the ONess dependencies to use latest Spring 1.1 and Struts 1.2.2. There was no problem, all tests passed.