Author: cbegin Date: Fri Jan 20 09:29:05 2006 New Revision: 370868 URL: http://svn.apache.org/viewcvs?rev=370868&view=rev Log: updated events calendar, removed old newsbyte
Modified: ibatis/trunk/site/pages/events.vm ibatis/trunk/site/pages/newsbyte.vm ibatis/trunk/site/setenv.bat Modified: ibatis/trunk/site/pages/events.vm URL: http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/events.vm?rev=370868&r1=370867&r2=370868&view=diff ============================================================================== --- ibatis/trunk/site/pages/events.vm (original) +++ ibatis/trunk/site/pages/events.vm Fri Jan 20 09:29:05 2006 @@ -5,6 +5,22 @@ <body> + +<h3>March 23rd, 2006 - Las Vegas, Nevada, USA</h3> +<strong>The Server Side Java Symposium</strong> +<p> + A wise man once said: "PowerPoint is the worst thing ever to happen to + public speaking." So, in this session, Clinton will use only a Java + IDE and real-world examples to demonstrate how iBATIS is used to create + an effective persistence layer for your application. He will risk life + and limb (or at least his reputation) coding before an audience, to build + the back end of a simple Java application using a Test Driven approach. + No code snippets here, the persistence layer will be coded from scratch -- + with no safety net! Clinton will also be presenting the + <a href="http://javasymposium.techtarget.com/html/det_descriptions.htm#CBeginAgile" target="_new">Bottom 10 Reasons Agile Teams Fail</a>.<br/> + Visit the <a href="http://javasymposium.techtarget.com/" target="_new">The Server Side Java Symposium homepage</a> for more information. +</p> + <h3>December 10, 2005 - San Diego, California, USA</h3> <strong>ApacheCon US 2005</strong> <p> Modified: ibatis/trunk/site/pages/newsbyte.vm URL: http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/newsbyte.vm?rev=370868&r1=370867&r2=370868&view=diff ============================================================================== --- ibatis/trunk/site/pages/newsbyte.vm (original) +++ ibatis/trunk/site/pages/newsbyte.vm Fri Jan 20 09:29:05 2006 @@ -1,3 +1,3 @@ <div id="NewsByte" valign="top" align="right"> -<p><a title="ApacheCon US 2005" href="http://www.apachecon.com"><img src="ac2005us_banner_468x60.jpg" border="0"/></a></p> +<p> </p> </div> Modified: ibatis/trunk/site/setenv.bat URL: http://svn.apache.org/viewcvs/ibatis/trunk/site/setenv.bat?rev=370868&r1=370867&r2=370868&view=diff ============================================================================== --- ibatis/trunk/site/setenv.bat (original) +++ ibatis/trunk/site/setenv.bat Fri Jan 20 09:29:05 2006 @@ -3,3 +3,5 @@ set BUILD_CP=%BUILD_CP%;%JAVA_HOME%\lib\tools.jar; set BUILD_CP=%BUILD_CP%;lib\ant-1.5.1.jar + +echo %BUILD_CP% \ No newline at end of file