tbase-cvs Mailing List for TBase (Page 2)
Status: Alpha
Brought to you by:
ron_bakker
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(92) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Ron B. <ron...@us...> - 2006-03-27 06:07:11
|
Update of /cvsroot/tbase/tbase-runtime/src/org/tbase/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21276/src/org/tbase/sql Log Message: Directory /cvsroot/tbase/tbase-runtime/src/org/tbase/sql added to the repository |
From: Ron B. <ron...@us...> - 2006-03-27 06:07:08
|
Update of /cvsroot/tbase/tbase-runtime/src/org/tbase/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21276/src/org/tbase/util Log Message: Directory /cvsroot/tbase/tbase-runtime/src/org/tbase/util added to the repository |
From: Ron B. <ron...@us...> - 2006-03-26 12:16:28
|
Update of /cvsroot/tbase/applications/adfundum/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8232/webapp Modified Files: index.tb Log Message: Extended example Index: index.tb =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/webapp/index.tb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.tb 24 Mar 2006 15:22:27 -0000 1.2 --- index.tb 26 Mar 2006 12:16:22 -0000 1.3 *************** *** 8,11 **** --- 8,15 ---- <p>Deze pagina wordt geparsed door de RootParser.<br/>De RootParser parsed alleen het part 'top' op dit moment. Ga je gang.</p> <p>De klasse-naam van de rootparser is '[token:classname]'</p> + <p> + <h2>Information</h2> + [token:arguments] + </p> <body> </html> |
From: Ron B. <ron...@us...> - 2006-03-26 12:12:13
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6217/webapp/WEB-INF/lib Modified Files: tbase-runtime-0.11.jar Log Message: Adding arguments and get values from request scope Index: tbase-runtime-0.11.jar =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib/tbase-runtime-0.11.jar,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsuHuNrB and /tmp/cvsNstDmC differ |
From: Ron B. <ron...@us...> - 2006-03-26 12:12:13
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6217/src/adfundum/view/parsers Modified Files: RootParser.java Log Message: Adding arguments and get values from request scope Index: RootParser.java =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers/RootParser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RootParser.java 24 Mar 2006 15:22:27 -0000 1.2 --- RootParser.java 26 Mar 2006 12:12:07 -0000 1.3 *************** *** 39,43 **** public class RootParser extends TemplateParser { ! public void doRequest(HttpServletRequest request, HttpServletResponse response, long requesttype) throws IOException { --- 39,43 ---- public class RootParser extends TemplateParser { ! public void doRequest(HttpServletRequest request, HttpServletResponse response) throws IOException { *************** *** 45,48 **** --- 45,49 ---- Hashtable fields = new Hashtable(); fields.put("classname", getClass().getName()); + fields.put("arguments", request.getAttribute("requestArguments").toString()); setFields(fields); |
From: Ron B. <ron...@us...> - 2006-03-26 12:11:10
|
Update of /cvsroot/tbase/tbase-runtime/.settings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5625/.settings Modified Files: org.eclipse.jdt.ui.prefs Log Message: Adding arguments and setting values in request scope Index: org.eclipse.jdt.ui.prefs =================================================================== RCS file: /cvsroot/tbase/tbase-runtime/.settings/org.eclipse.jdt.ui.prefs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** org.eclipse.jdt.ui.prefs 19 Mar 2006 13:11:08 -0000 1.1 --- org.eclipse.jdt.ui.prefs 26 Mar 2006 12:11:01 -0000 1.2 *************** *** 1,3 **** ! #Sun Mar 19 14:09:32 CET 2006 eclipse.preferences.version=1 internal.default.compliance=default --- 1,4 ---- ! #Sun Mar 19 22:22:17 CET 2006 eclipse.preferences.version=1 internal.default.compliance=default + org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\r\n * @return Returns the ${bare_field_name}.\r\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\r\n * @param ${param} The ${bare_field_name} to set.\r\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/*\r\n * TBase Runtime\r\n * Copyright (C) 2006 Ron Bakker\r\n * \t\r\n * This program is free software; you can redistribute it and/or\r\n * modify it under the terms of the GNU General Public License\r\n * as published by the Free Software Foundation; either version 2\r\n * of the License, or (at your option) any later version.\r\n * \r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n * \r\n * You should have received a copy of the GNU General Public License\r\n * along with this program; if not, write to the Free Software\r\n * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r\n * \r\n * E-Mail the project team at\: tba...@li...\r\n *\r\n */\r\n</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * @author ${user}\r\n *\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\r\n * \r\n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\r\n * ${tags}\r\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\r\n * ${see_to_overridden}\r\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\r\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\r\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\r\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates> |
From: Ron B. <ron...@us...> - 2006-03-26 12:11:10
|
Update of /cvsroot/tbase/tbase-runtime/src/org/tbase/servlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5625/src/org/tbase/servlet Modified Files: TBaseDispatcher.java Log Message: Adding arguments and setting values in request scope Index: TBaseDispatcher.java =================================================================== RCS file: /cvsroot/tbase/tbase-runtime/src/org/tbase/servlet/TBaseDispatcher.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TBaseDispatcher.java 23 Mar 2006 11:31:16 -0000 1.3 --- TBaseDispatcher.java 26 Mar 2006 12:11:01 -0000 1.4 *************** *** 30,33 **** --- 30,34 ---- import org.tbase.html.*; import java.net.*; + import java.util.*; /** *************** *** 182,185 **** --- 183,213 ---- } + private String _getTemplate(String templatename, ArrayList<String> arguments) + { + String usetemplate = templatename; + boolean exist = false; + while (!exist) + { + File tfile = new File(usetemplate); + exist = tfile.exists(); + + if (exist) + { + if (tfile.isDirectory()) + usetemplate = usetemplate + "/index.tb"; + } + else + { + String[] fragments = usetemplate.split("/"); + arguments.add(fragments[fragments.length-1]); + usetemplate = ""; + for (int i=0; i<fragments.length-1; i++) + usetemplate = usetemplate + "/" + fragments[i]; + } + } + + return usetemplate; + } + private void doRequest(HttpServletRequest request, HttpServletResponse response, long requesttype) throws ServletException, IOException *************** *** 231,239 **** String templatename = this.getServletContext().getRealPath("")+localfile; - // is this a file or directory? ! File tfile = new File(templatename); ! if (tfile.isDirectory()) ! templatename = templatename + "/index.tb"; TemplateParser templateparser = getParser(templatename); --- 259,275 ---- String templatename = this.getServletContext().getRealPath("")+localfile; // is this a file or directory? ! ! ArrayList<String> args = new ArrayList<String>(); ! templatename = _getTemplate(templatename, args); ! ! ArrayList<String> arguments = new ArrayList<String>(); ! for (int i=args.size()-1; i>-1; i--) ! { ! arguments.add(args.get(i)); ! } ! ! request.setAttribute("requestType", new Long(requesttype)); ! request.setAttribute("requestArguments", arguments); TemplateParser templateparser = getParser(templatename); *************** *** 241,245 **** response.getWriter().println(getError(ERR_NOPARSER)); else ! response.getWriter().println(templateparser.parseTemplate(templatename, request, response, requesttype)); } --- 277,281 ---- response.getWriter().println(getError(ERR_NOPARSER)); else ! response.getWriter().println(templateparser.parseTemplate(templatename, request, response)); } |
From: Ron B. <ron...@us...> - 2006-03-26 12:11:09
|
Update of /cvsroot/tbase/tbase-runtime/src/org/tbase/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5625/src/org/tbase/html Modified Files: TemplateParser.java Log Message: Adding arguments and setting values in request scope Index: TemplateParser.java =================================================================== RCS file: /cvsroot/tbase/tbase-runtime/src/org/tbase/html/TemplateParser.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TemplateParser.java 26 Mar 2006 11:15:19 -0000 1.2 --- TemplateParser.java 26 Mar 2006 12:11:01 -0000 1.3 *************** *** 34,52 **** */ ! public class TemplateParser { ! private Hashtable m_parts = new Hashtable(); ! private Hashtable m_fields = new Hashtable(); ! private StringBuffer m_parsed = new StringBuffer(); ! private String m_templatepath = new String(); ! private HttpServletRequest m_request; ! private HttpServletResponse m_response; ! private long m_requesttype; ! public TemplateParser() { } ! private TemplateParser getParser(String templatename) { BufferedReader input = null; --- 34,53 ---- */ ! public abstract class TemplateParser { ! private Hashtable<String,String> m_parts = new Hashtable<String,String>(); ! private Hashtable<String,String> m_fields = new Hashtable<String,String>(); ! private StringBuffer m_parsed = new StringBuffer(); ! protected String m_templatepath = new String(); ! protected HttpServletRequest m_request = null; ! protected HttpServletResponse m_response = null; ! ! public TemplateParser () { } ! /* Internal interface */ ! private TemplateParser _getParser (String templatename) { BufferedReader input = null; *************** *** 92,96 **** } ! private String _getContents(File aFile) { StringBuffer contents = new StringBuffer(); --- 93,97 ---- } ! private String _getContents (File aFile) { StringBuffer contents = new StringBuffer(); *************** *** 133,144 **** } ! ! ! public void setFields (Hashtable fields) ! { ! m_fields = fields; ! } ! ! public void parsePart (String partname) throws IOException { --- 134,139 ---- } ! /* Protected interface */ ! protected void parsePart (String partname) throws IOException { *************** *** 150,172 **** String key = e.nextElement().toString(); String field = "\\[token:" + key + "\\]"; ! output = output.replaceAll(field, m_fields.get(key).toString()); ! } ! ! String lines[] = output.split("\n"); ! for (int i=0; i<lines.length; i++) { ! if ( lines[i].indexOf("[include:") != -1 && lines[i].indexOf("]") != -1) ! { ! String includefile = lines[i].substring(lines[i].indexOf("[include:")+9, lines[i].indexOf("]")); ! String parsefile = m_templatepath+"/"+includefile+".tb"; ! TemplateParser parser = getParser(parsefile); ! if (parser != null) ! m_parsed.append(parser.parseTemplate(parsefile, m_request, m_response, m_requesttype)); ! else ! m_parsed.append("[include:File not found:"+parsefile+"]"); ! } else ! { ! m_parsed.append(lines[i]+"\n"); } } --- 145,167 ---- String key = e.nextElement().toString(); String field = "\\[token:" + key + "\\]"; ! output = output.replaceAll(field, m_fields.get(key).toString()); ! } ! ! String lines[] = output.split("\n"); ! for (int i=0; i<lines.length; i++) ! { ! if ( lines[i].indexOf("[include:") != -1 && lines[i].indexOf("]") != -1) { ! String includefile = lines[i].substring(lines[i].indexOf("[include:")+9, lines[i].indexOf("]")); ! String parsefile = m_templatepath+"/"+includefile+".tb"; ! TemplateParser parser = _getParser(parsefile); ! if (parser != null) ! m_parsed.append(parser.parseTemplate(parsefile, m_request, m_response)); else ! m_parsed.append("[include:File not found:"+parsefile+"]"); ! } ! else ! { ! m_parsed.append(lines[i]+"\n"); } } *************** *** 176,183 **** m_parsed.append(m_parts.get(partname).toString()); } ! // m_parsed.append(output); } ! public String parseTemplate(String templatefile, HttpServletRequest request, HttpServletResponse response, long requesttype) throws IOException { --- 171,184 ---- m_parsed.append(m_parts.get(partname).toString()); } ! } ! protected void setFields (Hashtable<String,String> fields) ! { ! m_fields = fields; ! } ! ! /* Public interface */ ! public String parseTemplate (String templatefile, HttpServletRequest request, HttpServletResponse response) throws IOException { *************** *** 207,229 **** } if (name != "") ! m_parts.put(name, value); m_request = request; m_response = response; - m_requesttype = requesttype; ! doRequest(request, response, requesttype); return m_parsed.toString(); } ! ! public void doRequest(HttpServletRequest request, HttpServletResponse response, long requesttype) ! throws IOException { ! Hashtable fields = new Hashtable(); ! fields.put("title", getClass().getName()); ! setFields(fields); ! parsePart("top"); ! parsePart("bottom"); } } --- 208,231 ---- } if (name != "") ! m_parts.put(name, value); m_request = request; m_response = response; ! doRequest(request, response); return m_parsed.toString(); } ! ! public Hashtable getParts () { ! return m_parts; ! } ! ! public Hashtable getFields () ! { ! return m_fields; } + + public abstract void doRequest (HttpServletRequest request, HttpServletResponse response) throws IOException; } |
From: Ron B. <ron...@us...> - 2006-03-26 11:15:25
|
Update of /cvsroot/tbase/tbase-runtime/src/org/tbase/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16926/src/org/tbase/html Modified Files: TemplateParser.java Log Message: Fix for *nix platforms Index: TemplateParser.java =================================================================== RCS file: /cvsroot/tbase/tbase-runtime/src/org/tbase/html/TemplateParser.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TemplateParser.java 23 Mar 2006 00:39:43 -0000 1.1 --- TemplateParser.java 26 Mar 2006 11:15:19 -0000 1.2 *************** *** 199,203 **** value = ""; } ! name = lines[i].substring(6, lines[i].length()-2); } else --- 199,203 ---- value = ""; } ! name = lines[i].substring(lines[i].indexOf("[part:")+6, lines[i].indexOf("]")); } else |
From: Ron B. <ron...@us...> - 2006-03-26 11:15:13
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16512/webapp/WEB-INF/lib Modified Files: tbase-runtime-0.11.jar Log Message: Fix for *nix platforms Index: tbase-runtime-0.11.jar =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib/tbase-runtime-0.11.jar,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspu7b4I and /tmp/cvsumygK5 differ |
From: Ron B. <ron...@us...> - 2006-03-26 11:03:44
|
Update of /cvsroot/tbase/applications/examples/portal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14302 Modified Files: .classpath Log Message: Update example Index: .classpath =================================================================== RCS file: /cvsroot/tbase/applications/examples/portal/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 24 Mar 2006 14:56:51 -0000 1.1 --- .classpath 26 Mar 2006 11:03:39 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- <classpath> <classpathentry kind="src" path="src"/> + <classpathentry combineaccessrules="false" kind="src" path="/tbase-runtime"/> <classpathentry kind="output" path="bin"/> </classpath> |
From: Ron B. <ron...@us...> - 2006-03-24 15:22:34
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3019/src/adfundum/view/parsers Modified Files: RootParser.java Log Message: Template and parser change (example stage) Index: RootParser.java =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers/RootParser.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RootParser.java 24 Mar 2006 15:15:00 -0000 1.1 --- RootParser.java 24 Mar 2006 15:22:27 -0000 1.2 *************** *** 42,45 **** --- 42,50 ---- throws IOException { + + Hashtable fields = new Hashtable(); + fields.put("classname", getClass().getName()); + setFields(fields); + parsePart("top"); } |
From: Ron B. <ron...@us...> - 2006-03-24 15:22:32
|
Update of /cvsroot/tbase/applications/adfundum/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3019/webapp Modified Files: index.tb Log Message: Template and parser change (example stage) Index: index.tb =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/webapp/index.tb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.tb 24 Mar 2006 15:18:33 -0000 1.1 --- index.tb 24 Mar 2006 15:22:27 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- <body> <p>Deze pagina wordt geparsed door de RootParser.<br/>De RootParser parsed alleen het part 'top' op dit moment. Ga je gang.</p> + <p>De klasse-naam van de rootparser is '[token:classname]'</p> <body> </html> |
From: Ron B. <ron...@us...> - 2006-03-24 15:18:39
|
Update of /cvsroot/tbase/applications/adfundum/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv724/webapp Added Files: index.tb Log Message: Initial checkin --- NEW FILE: index.tb --- [parser:adfundum.view.parsers.RootParser] [part:top] <html> <head> <title>Dit is de hoofd pagina</title> </head> <body> <p>Deze pagina wordt geparsed door de RootParser.<br/>De RootParser parsed alleen het part 'top' op dit moment. Ga je gang.</p> <body> </html> |
From: Ron B. <ron...@us...> - 2006-03-24 15:15:12
|
Update of /cvsroot/tbase/applications/adfundum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31226 Modified Files: .classpath Log Message: Initial checkin Index: .classpath =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 24 Mar 2006 15:03:22 -0000 1.1 --- .classpath 24 Mar 2006 15:15:00 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="output" path=""/> </classpath> --- 1,8 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="lib" path="lib/servlet-api.jar"/> ! <classpathentry kind="lib" path="webapp/WEB-INF/lib/tbase-runtime-0.11.jar"/> ! <classpathentry kind="output" path="bin"/> </classpath> |
From: Ron B. <ron...@us...> - 2006-03-24 15:15:06
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31226/src/adfundum/view/parsers Added Files: RootParser.java Log Message: Initial checkin --- NEW FILE: RootParser.java --- /* * Ad Fundum, TBase application * Copyright (C) 2006 Ron Bakker * * 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. * * E-Mail the project team at: tba...@li... * */ package adfundum.view.parsers; import java.io.IOException; import java.util.Hashtable; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.tbase.html.TemplateParser; /** * @author Ron Bakker * @version $Id: RootParser.java,v 1.1 2006/03/24 15:15:00 ron_bakker Exp $ */ public class RootParser extends TemplateParser { public void doRequest(HttpServletRequest request, HttpServletResponse response, long requesttype) throws IOException { parsePart("top"); } } |
From: Ron B. <ron...@us...> - 2006-03-24 15:14:46
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31124/src/adfundum/view/parsers Log Message: Directory /cvsroot/tbase/applications/adfundum/src/adfundum/view/parsers added to the repository |
From: Ron B. <ron...@us...> - 2006-03-24 15:14:46
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum/view In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31124/src/adfundum/view Log Message: Directory /cvsroot/tbase/applications/adfundum/src/adfundum/view added to the repository |
From: Ron B. <ron...@us...> - 2006-03-24 15:14:46
|
Update of /cvsroot/tbase/applications/adfundum/src/adfundum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31124/src/adfundum Log Message: Directory /cvsroot/tbase/applications/adfundum/src/adfundum added to the repository |
From: Ron B. <ron...@us...> - 2006-03-24 15:14:20
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30949/webapp/WEB-INF/classes Log Message: Directory /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/classes added to the repository |
From: Ron B. <ron...@us...> - 2006-03-24 15:10:00
|
Update of /cvsroot/tbase/applications/adfundum/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27869/lib Added Files: servlet-api.jar Log Message: Initial checkin --- NEW FILE: servlet-api.jar --- (This appears to be a binary file; contents omitted.) |
From: Ron B. <ron...@us...> - 2006-03-24 15:09:59
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27869/webapp/WEB-INF/lib Added Files: tbase-runtime-0.11.jar Log Message: Initial checkin --- NEW FILE: tbase-runtime-0.11.jar --- (This appears to be a binary file; contents omitted.) |
From: Ron B. <ron...@us...> - 2006-03-24 15:09:58
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27869/webapp/WEB-INF Added Files: web.xml Log Message: Initial checkin --- NEW FILE: web.xml --- <?xml version="1.0" encoding="UTF-8"?> <web-app id="portal" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <display-name>TBase</display-name> <servlet> <description>TBase Web Portal Dispatcher</description> <display-name>TBase Dispatcher</display-name> <servlet-name>TBaseDispatcher</servlet-name> <servlet-class>org.tbase.servlet.TBaseDispatcher</servlet-class> </servlet> <servlet-mapping> <servlet-name>TBaseDispatcher</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> </web-app> |
From: Ron B. <ron...@us...> - 2006-03-24 15:09:58
|
Update of /cvsroot/tbase/applications/adfundum/webapp/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27869/webapp/META-INF Added Files: MANIFEST.MF Log Message: Initial checkin --- NEW FILE: MANIFEST.MF --- Manifest-Version: 1.0 Class-Path: |
From: Ron B. <ron...@us...> - 2006-03-24 15:08:54
|
Update of /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27265/webapp/WEB-INF/lib Log Message: Directory /cvsroot/tbase/applications/adfundum/webapp/WEB-INF/lib added to the repository |