Skip to content
Snippets Groups Projects
Commit 4fb5e4d0 authored by Christian Wulf's avatar Christian Wulf
Browse files

updated homepage

parent d9cdcc95
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> <booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
<stringAttribute key="M2_GOALS" value="site"/> <stringAttribute key="M2_GOALS" value="site"/>
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/> <booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/> <booleanAttribute key="M2_OFFLINE" value="true"/>
<stringAttribute key="M2_PROFILES" value=""/> <stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES"/> <listAttribute key="M2_PROPERTIES"/>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> <stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/> <booleanAttribute key="M2_SKIP_TESTS" value="true"/>
<intAttribute key="M2_THREADS" value="1"/> <intAttribute key="M2_THREADS" value="1"/>
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
<stringAttribute key="M2_USER_SETTINGS" value=""/> <stringAttribute key="M2_USER_SETTINGS" value=""/>
......
/**
* Copyright (C) 2015 TeeTime (http://teetime.sourceforge.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package teetime.framework; package teetime.framework;
import java.util.ArrayList; import java.util.ArrayList;
......
/**
* Copyright (C) 2015 TeeTime (http://teetime.sourceforge.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package teetime.framework.pipe; package teetime.framework.pipe;
public interface IMonitorablePipe { public interface IMonitorablePipe {
......
...@@ -21,21 +21,20 @@ Predefined stages are provided within the source code. You can immediatly start ...@@ -21,21 +21,20 @@ Predefined stages are provided within the source code. You can immediatly start
## What is it? ## What is it?
TeeTime is a Pipe & Filter Framework for Java. TeeTime is a Pipe-and-Filter Framework for Java.
It provides support for the *modeling* and the *execution* of P&F architectures. It provides support for the *modeling* and the *execution* of P&F architectures.
In particular, it features...
It features - many primitive and composite ready-to-use stages
- a high reusability and maintainability
- a type-safety way to develop and connect stages - a type-safety way to develop and connect stages
- many pre-defined ready-to-use stages - no(!) single-threaded overhead
- no or a minimal synchronization overhead - only a minimal multi-threaded overhead
- a hybrid stage execution model - threads can be assigned to stages arbitrarily
- and many more... - and many more...
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</brand> </brand>
<slogan> <slogan>
<![CDATA[ <![CDATA[
<span class="slogan">The next-generation Pipe-And-Filter Framework for Java</span> <span class="slogan">The next-generation Pipe-and-Filter Framework for Java</span>
]]> ]]>
</slogan> </slogan>
<titleTemplate>%2$s | %1$s</titleTemplate> <titleTemplate>%2$s | %1$s</titleTemplate>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment