You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/06/20 17:26:21 UTC

svn commit: r415710 - in /lenya/trunk/src/webapp/lenya/usecases/neutron: ./ usecase-neutron.xmap

Author: michi
Date: Tue Jun 20 08:26:21 2006
New Revision: 415710

URL: http://svn.apache.org/viewvc?rev=415710&view=rev
Log:
neutron usecase started

Added:
    lenya/trunk/src/webapp/lenya/usecases/neutron/
    lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap

Added: lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap?rev=415710&view=auto
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap (added)
+++ lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap Tue Jun 20 08:26:21 2006
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  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.
+-->
+
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:components/>
+
+  <map:pipelines>
+    <map:pipeline>
+      <map:match pattern="neutron" type="usecase">
+        <map:match pattern="checkout" type="step">
+          <map:generate src="usecase-neutron.xmap"/>
+          <map:serialize type="xml"/>
+        </map:match>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
+
+</map:sitemap>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org


Re: svn commit: r415710 - in /lenya/trunk/src/webapp/lenya/usecases/neutron: ./ usecase-neutron.xmap

Posted by Andreas Hartmann <an...@apache.org>.
Michael Wechner wrote:
> Andreas Hartmann wrote:
>> Hi Michi,
>>
>> michi@apache.org wrote:
>>> Author: michi
>>> Date: Tue Jun 20 08:26:21 2006
>>> New Revision: 415710
>>>
>>> URL: http://svn.apache.org/viewvc?rev=415710&view=rev
>>> Log:
>>> neutron usecase started
>>>
>>> Added:
>>>     lenya/trunk/src/webapp/lenya/usecases/neutron/
>>>     lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap
>>
>>
>> just curious - what is the purpose of this usecase?
> 
> open/save with the Neutron (OSR-101) protocol, such that one can use 
> Phoenix
> to edit content within Lenya

OK, thanks for clarifying!

>> Is there a special reason why you don't use the usecase framework?
> 
> nope, I just thought I do it similar to BXE and Kupu, 

BXE uses the usecase framework, there's a bug entry to port
Kupu as well.

> but I am happy to do it differently if you can give me some pointers.

http://lenya.apache.org/1_4/reference/usecase-framework/index.html

-- Andreas

-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r415710 - in /lenya/trunk/src/webapp/lenya/usecases/neutron: ./ usecase-neutron.xmap

Posted by Michael Wechner <mi...@wyona.com>.
Andreas Hartmann wrote:
> Hi Michi,
>
> michi@apache.org wrote:
>> Author: michi
>> Date: Tue Jun 20 08:26:21 2006
>> New Revision: 415710
>>
>> URL: http://svn.apache.org/viewvc?rev=415710&view=rev
>> Log:
>> neutron usecase started
>>
>> Added:
>>     lenya/trunk/src/webapp/lenya/usecases/neutron/
>>     lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap
>
>
> just curious - what is the purpose of this usecase?

open/save with the Neutron (OSR-101) protocol, such that one can use Phoenix
to edit content within Lenya
> Is there a special reason why you don't use the usecase framework?

nope, I just thought I do it similar to BXE and Kupu, but I am happy to 
do it differently if
you can give me some pointers.

Thanks

Michi
>
> Thanks,
>
> -- Andreas
>
>>
>> Added: 
>> lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap
>> URL: 
>> http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap?rev=415710&view=auto 
>>
>> ============================================================================== 
>>
>> --- 
>> lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap 
>> (added)
>> +++ 
>> lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap 
>> Tue Jun 20 08:26:21 2006
>> @@ -0,0 +1,32 @@
>> +<?xml version="1.0" encoding="UTF-8"?>
>> +<!--
>> +  Copyright 1999-2004 The Apache Software Foundation
>> +
>> +  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.
>> +-->
>> +
>> +<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
>> +  <map:components/>
>> +
>> +  <map:pipelines>
>> +    <map:pipeline>
>> +      <map:match pattern="neutron" type="usecase">
>> +        <map:match pattern="checkout" type="step">
>> +          <map:generate src="usecase-neutron.xmap"/>
>> +          <map:serialize type="xml"/>
>> +        </map:match>
>> +      </map:match>
>> +    </map:pipeline>
>> +  </map:pipelines>
>> +
>> +</map:sitemap>
>
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r415710 - in /lenya/trunk/src/webapp/lenya/usecases/neutron: ./ usecase-neutron.xmap

Posted by Andreas Hartmann <an...@apache.org>.
Hi Michi,

michi@apache.org wrote:
> Author: michi
> Date: Tue Jun 20 08:26:21 2006
> New Revision: 415710
> 
> URL: http://svn.apache.org/viewvc?rev=415710&view=rev
> Log:
> neutron usecase started
> 
> Added:
>     lenya/trunk/src/webapp/lenya/usecases/neutron/
>     lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap


just curious - what is the purpose of this usecase?
Is there a special reason why you don't use the usecase framework?

Thanks,

-- Andreas

> 
> Added: lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap
> URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap?rev=415710&view=auto
> ==============================================================================
> --- lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap (added)
> +++ lenya/trunk/src/webapp/lenya/usecases/neutron/usecase-neutron.xmap Tue Jun 20 08:26:21 2006
> @@ -0,0 +1,32 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<!--
> +  Copyright 1999-2004 The Apache Software Foundation
> +
> +  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.
> +-->
> +
> +<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
> +  <map:components/>
> +
> +  <map:pipelines>
> +    <map:pipeline>
> +      <map:match pattern="neutron" type="usecase">
> +        <map:match pattern="checkout" type="step">
> +          <map:generate src="usecase-neutron.xmap"/>
> +          <map:serialize type="xml"/>
> +        </map:match>
> +      </map:match>
> +    </map:pipeline>
> +  </map:pipelines>
> +
> +</map:sitemap>


-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org