|
June 2004
[
stephan
]
11:39, Tuesday, 29 June 2004
Gabriel is a security framework for Java. By using access control lists and permissions, Gabriel enables components to check access to actions. On top of that Gabriel protects methods like EJB does but without the overhead. It distinguishes itself from other frameworks by the ease of use with a small API and by mapping method access to permissions instead of persons. This way the same permissions can be used to protect method access and to check which GUI elements to show based on user permissions. Gabriel is open source and uses an Apache 2.0 license. Thanks to Bob and codehaus to make this possible.
[
gbevin
]
21:27, Sunday, 20 June 2004
The first public version of Drone has been released. It's a Java IRC bot written with the RIFE framework. It has a modular API that makes it possible to easily extend and customize the active feature set. There also a web administration interface to handle all common tasks and a public logging section. Installation is done by simply dropping a war in your servlet container or by running it straight from the standalone distribution. Visit the homepage at for more details: You can see it running at: Have fun!
[
Aslak Hellesoy
]
01:47, Sunday, 20 June 2004
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. The QDox Team
[
npryce
]
09:28, Monday, 7 June 2004
The jMock team are pleased to announce the release of jMock 1.0.1. jMock is a library for testing Java code using mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock package:
Binary and source distributions and documentation can be downloaded from http://www.jmock.org. Changes from 1.0.0
[
bob
]
08:16, Monday, 7 June 2004
Well, we've finally moved all projects to the new hardware. Fun fun fun. Slow projects are getting their websites redeployed and updating the meta-information about their project. This page should soon become the canonical jump point for all projects.
[
Aslak Hellesoy
]
00:52, Sunday, 6 June 2004
The PicoContainer team is proud to announce the final release of PicoContainer 1.0. When we started to work on PicoContainer in June 2003 we had not imagined how much attention and impact it would have. PicoContainer is now being used in a dozen open source projects and many more closed source projects. PicoContainer has been an important vehicle for popularising Dependency Injection (particularly Constructor Injection), a software pattern that helps developers keep their code simple and testable. We'd like to thank all the contributors and users for their overwhelming interest in PicoContainer. Without you we would not have been able to deliver this powerful 50k library.
[
topping
]
21:00, Saturday, 5 June 2004
I guess it's summer or something and as there are suddenly lots of Hausmates in the NYC area, it's time to throw the first of what I suspect to be many Hausparties this summer in NYC. Bring food if you want to eat, hopefully something that you can share. We'll have basic snacks on hand too. Who: You and yours, but please spay or neuter first I'll be trying to locate an outdoor grill this week, let me know if you are interested in cooking on it, otherwise we'll just skip that part if demand isn't very high. We should have reserve fluids of many colors and compositions, but please bring enough for your basic needs or any specialties that you are interested in. The blender will be plugged in for action, ice and mixers will be on hand, but I'm no bartender and I'm not sure what's going to happen in that department. Hope to see you there!
[
npryce
]
15:22, Tuesday, 1 June 2004
The jMock team are pleased to announce the release of jMock 1.0.0. jMock is a library for testing Java code using mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock package:
Binary and source distributions and documentation can be downloaded from http://www.jmock.org. Changes from 1.0.0.RC1:
|