Results 1 to 3 of 3

Thread: Well, First Release of Aurora is out

  1. #1

    Default Well, First Release of Aurora is out

    Well, I don't know if this is spamming or not (if it is, just delete it and no hard feelings), but I just wanted to say that the first release of Aurora is out. It's an MVC framework that replaces Spring's MVC module (note: not the web module) and provides an alternative approach to building form controllers using Spring. You can go to www.auroramvc.org for downloads, documentation, samples and that sort of thing.

    The framework does a lot of things better than Spring and then there are a few things that it doesn't do quite as well. It's still a work in progress (the alpha stages), but hopefully people see value in the approach and we can build from there. The big features is that Aurora enforces a common programming model, gets rid of the plumbing due to exceptional cases when dealing with request values and provides more support for objects (like mapping object references or even collections of references).

    The framework was built with a test-first approach. The project has something like 615 tests now, which is a lot considering it only replaces a few packages in Spring. The clover coverage is quite high (it was 98%, but it might have went down a bit over time, I haven't ran it in a week or so).

    Anyway, if you think it's great or sucks, let me know. Hopefully it helps out other people because I know it has helped me.

  2. #2
    Join Date
    Aug 2004
    Posts
    14

    Default

    Seems interesting, I also looked for different solution for input validation and binding, didn't like to create command object for each form etc. But generally I think spring is very good. Will have a look at aurora later, because now I'm starting other tasks, not webdev

  3. #3
    Join Date
    Aug 2004
    Location
    Bucharest,Romania
    Posts
    19

    Default

    Great coding! And a good idea too!
    All good!
    Catalin

Similar Threads

  1. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  2. Acegi Security release 0.8.2
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Apr 20th, 2005, 05:44 PM
  3. Acegi Security release 0.8.1
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Mar 22nd, 2005, 08:14 AM
  4. Acegi Security release 0.7.0 is out
    By Ben Alex in forum Announcements
    Replies: 0
    Last Post: Jan 19th, 2005, 03:27 PM
  5. Aurora, release 0.3
    By mfc42d in forum Web
    Replies: 0
    Last Post: Dec 1st, 2004, 07:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •