Revision: 367
Author: tfenne
Date: 2006-08-10 15:42:45 -0700 (Thu, 10 Aug 2006)
ViewCVS: http://svn.sourceforge.net/stripes/?rev=367&view=rev
Log Message:
-----------
More excision of OGNL.
Modified Paths:
--------------
trunk/readme.txt
trunk/stripes/stripes.iml
trunk/stripes.ipr
Removed Paths:
-------------
trunk/stripes/lib/deploy/ognl-2.6.7.jar
trunk/stripes/lib/deploy/ognl.license
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2006-08-10 22:30:46 UTC (rev 366)
+++ trunk/readme.txt 2006-08-10 22:42:45 UTC (rev 367)
@@ -47,7 +47,7 @@
-> Full support for indexed properties/multi-row forms using Collections
-> Form custom tags that feel like HTML tags (no unnecessary renaming of
attributes)
-> Form tags provide formatting capabilities similar to JSTL formatting tags
- -> Seemless handling of file uploads
+ -> Seamless handling of file uploads
-> Direct to JSP navigation isn't frowned on
-> Input validation, formatting and tags are all locale aware (but only if
you want)
-> JavaDoc, TagDoc and reference documentation that doesn't suck
@@ -59,7 +59,6 @@
-> lib/stripes.jar
-> lib/commons-logging.jar
-> lib/cos.jar
- -> lib/ognl-2.6.7.jar
-> Copy 'lib/StripesResources.properties' into /WEB-INF/classes or in to
another
directory ensuring that your build system puts it into the web app
classpath
@@ -134,13 +133,6 @@
the standard license. Please read the license carefully. It can be
found at lib/cos.license
- -> OGNL or Object Graph Navigation Language (http://www.ognl.org/)
- Ognl is a far more powerful alternative to libraries such as the Jakarta
- commons BeanUtils. It is used with several custom plug-ins to provide
- seemless instantiation and navigation of deep object webs on ActionBeans.
- OGNL is licensed under a custom, but simple, free license. A copy of
- the license can be found at lib/ognl.license
-
5. Feedback
--------
Your feedback on Stripes (hopefully constructive) is always welcome. Please
Deleted: trunk/stripes/lib/deploy/ognl-2.6.7.jar
===================================================================
(Binary files differ)
Deleted: trunk/stripes/lib/deploy/ognl.license
===================================================================
--- trunk/stripes/lib/deploy/ognl.license 2006-08-10 22:30:46 UTC (rev
366)
+++ trunk/stripes/lib/deploy/ognl.license 2006-08-10 22:42:45 UTC (rev
367)
@@ -1,32 +0,0 @@
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-* *
-* Copyright (c) 1998-2004, Drew Davidson and Luke Blanshard *
-* All rights reserved. *
-* *
-* Redistribution and use in source and binary forms, with or without *
-* modification, are permitted provided that the following conditions are *
-* met: *
-* *
-* Redistributions of source code must retain the above copyright notice, *
-* this list of conditions and the following disclaimer. *
-* Redistributions in binary form must reproduce the above copyright *
-* notice, this list of conditions and the following disclaimer in the *
-* documentation and/or other materials provided with the distribution. *
-* Neither the name of the Drew Davidson nor the names of its contributors *
-* may be used to endorse or promote products derived from this software *
-* without specific prior written permission. *
-* *
-* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
-* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT *
-* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS *
-* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE *
-* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, *
-* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, *
-* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS *
-* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED *
-* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, *
-* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF *
-* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH *
-* DAMAGE. *
-* *
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Modified: trunk/stripes/stripes.iml
===================================================================
--- trunk/stripes/stripes.iml 2006-08-10 22:30:46 UTC (rev 366)
+++ trunk/stripes/stripes.iml 2006-08-10 22:42:45 UTC (rev 367)
@@ -13,17 +13,6 @@
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/lib/deploy/ognl-2.6.7.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="file:///Downloads/ognl-2.6.7-dist Folder/java" />
- </SOURCES>
- </library>
- </orderEntry>
- <orderEntry type="module-library" exported="">
- <library>
- <CLASSES>
<root url="jar://$MODULE_DIR$/lib/deploy/commons-logging.jar!/" />
</CLASSES>
<JAVADOC />
@@ -82,15 +71,6 @@
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/lib/build/freemarker.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library" exported="">
- <library>
- <CLASSES>
<root url="jar://$MODULE_DIR$/lib/test/spring.jar!/" />
</CLASSES>
<JAVADOC />
Modified: trunk/stripes.ipr
===================================================================
--- trunk/stripes.ipr 2006-08-10 22:30:46 UTC (rev 366)
+++ trunk/stripes.ipr 2006-08-10 22:42:45 UTC (rev 367)
@@ -3,6 +3,55 @@
<component name="AntConfiguration">
<defaultAnt bundledAnt="true" />
</component>
+ <component name="BSFConsole">
+ <sendcommandbycontrolenter>false</sendcommandbycontrolenter>
+ <restoresystemstreams>false</restoresystemstreams>
+ <outwaitsforerr>false</outwaitsforerr>
+ <errwaitsforout>false</errwaitsforout>
+ <storedupsinrecentcommands>false</storedupsinrecentcommands>
+ <moduleforclasspath>stripes</moduleforclasspath>
+ <includeoutputpath>false</includeoutputpath>
+ <includetestsoutputpath>false</includetestsoutputpath>
+ <languages>
+ <language name="ant"
engine="org.kos.bsfconsoleplugin.languages.AntConsoleBSFEngine" />
+ <language name="netrexx"
engine="org.apache.bsf.engines.netrexx.NetRexxEngine" />
+ <language name="xslt" engine="org.apache.bsf.engines.xslt.XSLTEngine" />
+ <language name="beanbasic"
engine="org.apache.bsf.engines.beanbasic.BeanBasicEngine" />
+ <language name="beanshell" engine="bsh.util.BeanShellBSFEngine" />
+ <language name="bml" engine="org.apache.bml.ext.BMLEngine" />
+ <language name="groovy" engine="org.codehaus.groovy.bsf.GroovyEngine" />
+ <language name="jacl" engine="org.apache.bsf.engines.jacl.JaclEngine" />
+ <language name="java" engine="org.apache.bsf.engines.java.JavaEngine" />
+ <language name="javaclass"
engine="org.apache.bsf.engines.javaclass.JavaClassEngine" />
+ <language name="javascript"
engine="org.apache.bsf.engines.javascript.JavaScriptEngine" />
+ <language name="jpython"
engine="org.apache.bsf.engines.jpython.JPythonEngine" />
+ <language name="jruby" engine="org.jruby.javasupport.bsf.JRubyEngine" />
+ <language name="jscript"
engine="org.apache.bsf.engines.activescript.ActiveScriptEngine" />
+ <language name="judoscript" engine="com.judoscript.BSFJudoEngine" />
+ <language name="jython"
engine="org.apache.bsf.engines.jython.JythonEngine" />
+ <language name="lotusscript"
engine="org.apache.bsf.engines.lotusscript.LsEngine" />
+ <language name="perl" engine="org.apache.bsf.engines.perl.PerlEngine" />
+ <language name="perlscript"
engine="org.apache.bsf.engines.activescript.ActiveScriptEngine" />
+ <language name="pnuts" engine="pnuts.ext.PnutsBSFEngine" />
+ <language name="vbscript"
engine="org.apache.bsf.engines.activescript.ActiveScriptEngine" />
+ </languages>
+ <startupscripts />
+ <preferredrecentcommandsdividerlocations>
+ <dividerlocationd language="beanshell" position="1126" />
+ </preferredrecentcommandsdividerlocations>
+ <BSFConsoleSearchOptions searchfromcursor="false">
+ <recentsearches />
+ </BSFConsoleSearchOptions>
+ </component>
+ <component name="BuildJarProjectSettings">
+ <option name="BUILD_JARS_ON_MAKE" value="false" />
+ </component>
+ <component name="CodeStyleProjectProfileManger">
+ <option name="PROJECT_PROFILE" />
+ <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+ <scopes />
+ <profiles />
+ </component>
<component name="CodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS" />
<option name="USE_PER_PROJECT_SETTINGS" value="false" />
@@ -32,6 +81,20 @@
<option name="myForwardDirection" value="false" />
</component>
<component name="DependencyValidationManager" />
+ <component name="EclipseCompilerSettings">
+ <option name="DEBUGGING_INFO" value="true" />
+ <option name="GENERATE_NO_WARNINGS" value="true" />
+ <option name="DEPRECATION" value="false" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ <option name="MAXIMUM_HEAP_SIZE" value="128" />
+ </component>
+ <component name="EclipseEmbeddedCompilerSettings">
+ <option name="DEBUGGING_INFO" value="true" />
+ <option name="GENERATE_NO_WARNINGS" value="true" />
+ <option name="DEPRECATION" value="false" />
+ <option name="ADDITIONAL_OPTIONS_STRING" value="" />
+ <option name="MAXIMUM_HEAP_SIZE" value="128" />
+ </component>
<component name="EntryPointsManager">
<entry_points />
</component>
@@ -41,6 +104,36 @@
<option name="OUTPUT_DIRECTORY" />
</component>
<component name="GUI Designer component loader factory" />
+ <component name="IdProvider" IDEtalkID="6C3C9BA2991A23FB866DFDD9B2AEFB67" />
+ <component name="InspectionProjectProfileManager">
+ <option name="PROJECT_PROFILE" value="Project Default" />
+ <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+ <scopes />
+ <profiles>
+ <profile version="1.0">
+ <option name="myName" value="Project Default" />
+ <option name="myLocal" value="false" />
+ <used_levels>
+ <error>
+ <option name="myName" value="ERROR" />
+ <option name="myVal" value="400" />
+ </error>
+ <warning>
+ <option name="myName" value="WARNING" />
+ <option name="myVal" value="300" />
+ </warning>
+ <information>
+ <option name="myName" value="INFO" />
+ <option name="myVal" value="200" />
+ </information>
+ <server>
+ <option name="myName" value="SERVER PROBLEM" />
+ <option name="myVal" value="100" />
+ </server>
+ </used_levels>
+ </profile>
+ </profiles>
+ </component>
<component name="JavacSettings">
<option name="DEBUGGING_INFO" value="true" />
<option name="GENERATE_NO_WARNINGS" value="false" />
@@ -72,6 +165,12 @@
<option name="IS_EMACS_ERRORS_MODE" value="true" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
</component>
+ <component name="LogConsolePreferences">
+ <option name="FILTER_ERRORS" value="false" />
+ <option name="FILTER_WARNINGS" value="false" />
+ <option name="FILTER_INFO" value="true" />
+ <option name="CUSTOM_FILTER" />
+ </component>
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal
Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
@@ -174,6 +273,23 @@
<item class="javax.swing.JSlider"
icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8"
fill="1" />
</item>
+ <item class="javax.swing.JSeparator"
icon="/com/intellij/uiDesigner/icons/separator.png" removable="false">
+ <default-constraints vsize-policy="6" hsize-policy="6" anchor="0"
fill="3" />
+ </item>
+ <item class="javax.swing.JProgressBar"
icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="0"
fill="1" />
+ </item>
+ <item class="javax.swing.JToolBar"
icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false">
+ <default-constraints vsize-policy="0" hsize-policy="6" anchor="0"
fill="1">
+ <preferred-size width="-1" height="20" />
+ </default-constraints>
+ </item>
+ <item class="javax.swing.JToolBar$Separator"
icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false">
+ <default-constraints vsize-policy="0" hsize-policy="0" anchor="0"
fill="1" />
+ </item>
+ <item class="javax.swing.JScrollBar"
icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false">
+ <default-constraints vsize-policy="6" hsize-policy="0" anchor="0"
fill="2" />
+ </item>
</group>
</component>
<component name="ProjectModuleManager">
@@ -185,6 +301,7 @@
</modules>
</component>
<component name="ProjectRootManager" version="2" assert-keyword="true"
jdk-15="true" project-jdk-name="1.5" />
+ <component name="ProjectRunConfigurationManager" />
<component name="RmicSettings">
<option name="IS_EANABLED" value="false" />
<option name="DEBUGGING_INFO" value="true" />
@@ -192,7 +309,9 @@
<option name="GENERATE_IIOP_STUBS" value="false" />
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
</component>
+ <component name="StarteamVcsAdapter" />
<component name="StrutspluginConfiguration" />
+ <component name="VssVcs" />
<component name="libraryTable" />
<component name="uidesigner-configuration">
<option name="INSTRUMENT_CLASSES" value="true" />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development