Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/Example.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,3 +1,23 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example; import java.util.Date; @@ -7,7 +27,8 @@ /** * @hibernate.class * table="tl_laex11_example" - * + * + * $Id$ */ public class Example implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleAttachment.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,3 +1,23 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example; import java.util.Date; @@ -11,6 +31,7 @@ * @hibernate.class * table="tl_laex11_attachment" * + * $Id$ */ public class ExampleAttachment implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleSession.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,3 +1,23 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example; import java.util.Date; @@ -11,7 +31,8 @@ * * @hibernate.class * table="tl_laex11_session" - * + * + * $Id$ */ public class ExampleSession implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/ExampleUser.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,3 +1,23 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example; @@ -11,6 +31,7 @@ * @hibernate.class * table="tl_laex11_user" * + * $Id$ */ public class ExampleUser implements java.io.Serializable { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleAttachmentDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,7 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleAttachment objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleAttachmentDAO extends IBaseDAO { } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,7 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the Example objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java 22 Mar 2006 02:12:42 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleSessionDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,7 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleSession objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleSessionDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/IExampleUserDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,7 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao; import org.lamsfoundation.lams.dao.IBaseDAO; +/** + * DAO for accessing the ExampleUser objects - interface defining + * methods to be implemented by the Hibernate or other implementation. + * + * $Id$ + */ public interface IExampleUserDAO extends IBaseDAO{ } \ No newline at end of file Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,8 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleAttachmentDAO; +/** + * DAO for accessing the ExampleAttachment objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleAttachmentDAO extends BaseDAO implements IExampleAttachmentDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,8 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleDAO; +/** + * DAO for accessing the Example objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleDAO extends BaseDAO implements IExampleDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleSessionDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,8 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleSessionDAO; +/** + * DAO for accessing the ExampleSession objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleSessionDAO extends BaseDAO implements IExampleSessionDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/dao/hibernate/ExampleUserDAO.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -1,8 +1,33 @@ +/* + *Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * + *This program is free software; you can redistribute it and/or modify + *it under the terms of the GNU General Public License as published by + *the Free Software Foundation; either version 2 of the License, or + *(at your option) any later version. + * + *This program is distributed in the hope that it will be useful, + *but WITHOUT ANY WARRANTY; without even the implied warranty of + *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + *GNU General Public License for more details. + * + *You should have received a copy of the GNU General Public License + *along with this program; if not, write to the Free Software + *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + *USA + * + *http://www.gnu.org/licenses/gpl.txt + */ package org.lamsfoundation.lams.tool.example.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; import org.lamsfoundation.lams.tool.example.dao.IExampleUserDAO; +/** + * DAO for accessing the ExampleUser objects - Hibernate specific code. + * + * $Id$ + */ public class ExampleUserDAO extends BaseDAO implements IExampleUserDAO { } Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java,v diff -u -r1.2 -r1.3 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java 22 Mar 2006 02:12:43 -0000 1.2 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleService.java 22 Mar 2006 02:27:29 -0000 1.3 @@ -40,6 +40,8 @@ * An implementation of the NoticeboardService interface. * * As a requirement, all LAMS tool's service bean must implement ToolContentManager and ToolSessionManager. +* +* $Id$ */ public class ExampleService implements ToolSessionManager, ToolContentManager, Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java 21 Mar 2006 04:34:56 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/ExampleServiceProxy.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -34,6 +34,8 @@ * In this way, the presentation tier will no longer be aware of the changes in * service layer. Therefore we can feel free to switch the business logic * implementation.

+ * + * $Id$ */ public class ExampleServiceProxy { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java 21 Mar 2006 04:34:56 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/service/IExampleService.java 22 Mar 2006 02:27:29 -0000 1.2 @@ -25,6 +25,8 @@ /** * Defines the services available to the web layer from the Example Service + * + * $Id$ */ public interface IExampleService { Index: lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java,v diff -u -r1.1 -r1.2 --- lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java 22 Mar 2006 02:12:43 -0000 1.1 +++ lams_tool_example/src/java/org/lamsfoundation/lams/tool/example/util/ExampleToolContentHandler.java 22 Mar 2006 02:27:30 -0000 1.2 @@ -24,6 +24,8 @@ /** * Simple client for accessing the content repository. + * + * $Id$ */ public class ExampleToolContentHandler extends ToolContentHandler {