Initial commit :

Base business core classes for User and Role management.
Probably a lot more to be added to these, but I can't get to think to anything else for now.
This commit is contained in:
2007-12-11 23:22:55 +00:00
parent 122b46b3bc
commit 1792b20be0
15 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
</ejb-jar>