[ANN] sunBow 1.0

2003-03-28 Thread Martin Dulisch
The SN sunBow team are proud to announce version 1.0. This free
version is available immediately for download at:
http://radio.weblogs.com/0108489/. In addition to numerous bug-fixes,
the new version now also supports sub-sitemaps and no longer requires
a licence key.

sunBow is a collection of Eclipse (2.1) plugins that make it easier to
develop Cocoon based applications and XML solutions in general.

  * XML editor
- completition proposals from associated schema
- well formed check on save
- automatic insertion of closing tags
- formatting of the XML content

  * XSLT development
- XSLT transformation
- transformation trace

  * Cocoon
- dialog orientated sitemap editor with drag and drop support
  and validation against a sitemap schema
- management of sitemap fragments
- configuration of the log level in logkit.xconf

  * Web application
- deployment: automatic tracking of changes
- testing: Apache Latka tests can be executed


Regards
Martin Dulisch
-
sn AG, Open Source Competence Center
Tel.: 05251/1581-75
Klingenderstr. 5mailto:[EMAIL PROTECTED]
D-33100 Paderborn   http://www.s-und-n.de
-



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] sunBow 1.0

2003-03-28 Thread Martin Dulisch
Hi Keith,

are you using eclipse 2.1 or 2.0.1. It should be 2.1.

Have a look in the eclipse .log file. Are there any errors about
sunBow.

Martin

Lyall, Keith wrote:
 Hi,

 I downloaded the sunBow zip file and extracted it to my Eclipse
plugin
 directory but it doesn't seem to have been picked up.

 I am using Eclipse v2.01.

 Any suggestions?

 Keith.

 -Original Message-
 From: Martin Dulisch [mailto:[EMAIL PROTECTED]
 Sent: 28 March 2003 09:02
 To: [EMAIL PROTECTED]
 Subject: [ANN] sunBow 1.0


 The SN sunBow team are proud to announce version 1.0. This free
 version is available immediately for download at:
 http://radio.weblogs.com/0108489/. In addition to numerous
bug-fixes,
 the new version now also supports sub-sitemaps and no longer
requires
 a licence key.

 sunBow is a collection of Eclipse (2.1) plugins that make it easier
to
 develop Cocoon based applications and XML solutions in general.

   * XML editor
 - completition proposals from associated schema
 - well formed check on save
 - automatic insertion of closing tags
 - formatting of the XML content

   * XSLT development
 - XSLT transformation
 - transformation trace

   * Cocoon
 - dialog orientated sitemap editor with drag and drop support
   and validation against a sitemap schema
 - management of sitemap fragments
 - configuration of the log level in logkit.xconf

   * Web application
 - deployment: automatic tracking of changes
 - testing: Apache Latka tests can be executed


 Regards
 Martin Dulisch
 -
 sn AG, Open Source Competence Center
 Tel.: 05251/1581-75
 Klingenderstr. 5mailto:[EMAIL PROTECTED]
 D-33100 Paderborn   http://www.s-und-n.de
 -



 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


**
**
   This electronic mail system is used for information purposes and
is
   not intended to form any legal contract or binding agreement.
   The content is confidential and may be legally privileged. Access
   by anyone other than the addressee(s) is unauthorised and any
   disclosure, copying, distribution or any other action taken in
   reliance on it is prohibited and maybe unlawful

   All incoming and outgoing e-mail communications and attachments
   are scanned automatically by software designed to detect and
remove
   any material containing viruses or other unauthorised content.
   While we undertake best endeavours to ensure that this content
   checking software is up to date, recipients should take steps to
   assure themselves that e-mails received are secure.

**
**



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] sunBow 1.0

2003-03-28 Thread Martin Dulisch
Lyall, Keith wrote:
 Hi Martin,

 The version of Eclipse I am using is labelled v2.0.1.

sunBow does not run with 2.0.x. There are API changes and plugin
refacrotings in 2.1


 I have not seen a v2.1 anywhere.


2.1 release is announced for today. Release candidates are available.

Martin



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] sunBow 1.0

2003-03-28 Thread Martin Dulisch
sunBow 0.6 runs with eclipse 2.0.1
sunBow 1.0 with 2.1

Martin


[EMAIL PROTECTED] wrote:
 I used both Sunbow (0.6) plugin and Eclipse 2.0.1.

 Does it means that if you don't have Eclipse 2.1 you won't be able
to
 use Sunbow plugin?

 Sylvain (T)





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How can I get session attribute into xsl document ?

2003-03-14 Thread Martin Dulisch
You could use the session transformer before the xsl transformer. An
other way would be to define parameters in the sitemap and use
input-modules to determine the session attributes.

Martin

-
sn AG  Tel.: 05251/1581-75
Fax : 05251/1581-71
Klingenderstr. 5mailto:[EMAIL PROTECTED]
D-33100 Paderborn   http://www.s-und-n.de
-

- Original Message -
From: Lionel Crine [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 6:44 PM
Subject: How can I get session attribute into xsl document ?


 I'd like to get some session attributes to use them into my xsl
stylesheet.


 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: sunrise authentication and request Object

2003-02-19 Thread Martin Dulisch
Lionel,

please send also the definition of the handler.

Martin

- Original Message -
From: Lionel Crine [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 3:35 PM
Subject: sunrise authentication and request Object


 I'm using sunrise authentication and I need to get the request
parameter
 send by the form tag.

 It seems that during the pipelines processing, the request
parameters are
 lost so when I use xsp-request:get-parameter name=login/
 in my xsp page, there is nothing.

 If I don't use sunrise auhentication, I can get the parameter(s).

 I'm sure I loose the parameters during the pipeline processing, I
saw it in
 the core.log file.

 In my pipeline, I have :

 !-- log the user --
 map:act type=sunRise_login
   map:parameter name=handler value=foo_handler/
   map:parameter name=parameter_name value=request:name/
   map:parameter name=parameter_password
value=request:password/
!-- if the authentication is successfull then this
redirect
 will be performed --
   map:redirect-to uri=ixia_demo/
 /map:act
 ...

 map:match pattern=ixia_demo
 !-- check you are already logged --
 map:act type=sunRise_loggedIn
map:parameter name=handler value=foo_handler/
   map:redirect-to uri=protected/display/
 /map:act
 !-- if not go to page login--
 ...
 /map:match

 map:match pattern=protected/**
  map:act type=sunRise_auth
map:parameter name=handler value=foo_handler/
 !-- welcome page --
 


 Is there a way to keep the parameter during the pipeline processing
?
 Lionel


 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: sunrise authentication and request Object

2003-02-19 Thread Martin Dulisch
Try to replace cocoon:raw: with cocoon: in
 authentication uri=cocoon:raw://authuser/

I am not sure, but I think the raw attribute causes parameters to be
lost.

Martin



- Original Message -
From: Lionel Crine [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 4:10 PM
Subject: Re: sunrise authentication and request Object


 Here is the handler :


  map:action name=sunRise_auth
 src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction
handlers
  handler name=foo_handler
 xmlns:map=http://apache.org/cocoon/sitemap/1.0;
 xmlns:sunshine=http://sunshine.sundn.de/sunshine/1.0;
redirect-to uri=cocoon://login_page/
authentication uri=cocoon:raw://authuser/
  /handler
/handlers




 At 16:01 19/02/2003 +0100, you wrote:
 Lionel,
 
 please send also the definition of the handler.
 
 Martin
 
 - Original Message -
 From: Lionel Crine [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, February 19, 2003 3:35 PM
 Subject: sunrise authentication and request Object
 
 
   I'm using sunrise authentication and I need to get the request
 parameter
   send by the form tag.
  
   It seems that during the pipelines processing, the request
 parameters are
   lost so when I use xsp-request:get-parameter name=login/
   in my xsp page, there is nothing.
  
   If I don't use sunrise auhentication, I can get the
parameter(s).
  
   I'm sure I loose the parameters during the pipeline processing,
I
 saw it in
   the core.log file.
  
   In my pipeline, I have :
  
   !-- log the user --
   map:act type=sunRise_login
 map:parameter name=handler value=foo_handler/
 map:parameter name=parameter_name
value=request:name/
 map:parameter name=parameter_password
 value=request:password/
  !-- if the authentication is successfull then
this
 redirect
   will be performed --
 map:redirect-to uri=ixia_demo/
   /map:act
   ...
  
   map:match pattern=ixia_demo
   !-- check you are already logged --
   map:act type=sunRise_loggedIn
  map:parameter name=handler value=foo_handler/
 map:redirect-to uri=protected/display/
   /map:act
   !-- if not go to page login--
   ...
   /map:match
  
   map:match pattern=protected/**
map:act type=sunRise_auth
  map:parameter name=handler value=foo_handler/
   !-- welcome page --
   
  
  
   Is there a way to keep the parameter during the pipeline
processing
 ?
   Lionel
  
  
 
 
 -
   Please check that your question  has not already been answered
in
 the
   FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html
  
   To unsubscribe, e-mail:
 [EMAIL PROTECTED]
   For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 

-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Cocoon Portal authentication: how to retrieve user

2003-02-14 Thread Martin Dulisch
You can read the user from the session context. For more information
look at the dokumantation for the authentication framework.

Martin

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 14, 2003 10:53 AM
Subject: Cocoon Portal authentication: how to retrieve user


Hello,

I'm using the Cocoon Portal.
I develop a new application that will called from a coplet (link).

For this application, I need to retrieve the current User of the
Portal session.

How can I do that?

Thanks
Sylvain

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Martin Dulisch
Hi Sylvain,

what do you want to do with this project? Application development with
cocoon or do you want to work at the cocoon sources?

I do the first one. If you want to do the same I could describe my
environment in eclipse.

Martin

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 10, 2003 4:55 PM
Subject: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo


Is there someone that could explain me how to load Cocoon into a
Tomcat project in Eclipse?
This type of project comes from the Sysdeo plugin which allow to run
Tomcat into Eclipse.

Thanks
Regards
Sylvain

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Martin Dulisch
Sylvain,

I use the tomcat plug-in only to start/stop tomcat out of eclipse. I
dont use the tomcat project type.

If you want to develop java components like actions or transformers
than create a java project. If you do not develop java components than
you can create a simple project. The project folder should be in both
cases the tomcat/webapps/cocoon folder.

Java Build Path settings (Properties of the project):
- Build output folder: WEB-INF/classes
- Libraries: add libs from WEB-INF/lib you need to compile

To start/stop tomcat set the tomcat path in Windows/Preferences. The
tomcat plug-in starts tomcat in debug mode. So you can set breakpoints
in your source files. I use tomcat 4.1.X. Here hot code replacement
works for me.

For the non java work I use the sunBow plug-in :)

Hope I did not have forget anything.

Martin





- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 11, 2003 9:47 AM
Subject: RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo


Hi Martin,

I want to develop application like you. And I have installed this
Tomcat plugin to debug my app and the Cocoon sources. I don't want to
work at the Cocoon sources, only understand how it works for
debugging.

Yes please. A description of your environment in Eclipse would be
greatly appreciated.

Thank you very much
Regards
Sylvain

-Message d'origine-
De: Martin Dulisch [mailto:[EMAIL PROTECTED]]
Date: mardi, 11. février 2003 09:23
À: [EMAIL PROTECTED]
Objet: Re: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo


Hi Sylvain,

what do you want to do with this project? Application development with
cocoon or do you want to work at the cocoon sources?

I do the first one. If you want to do the same I could describe my
environment in eclipse.

Martin

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 10, 2003 4:55 PM
Subject: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo


Is there someone that could explain me how to load Cocoon into a
Tomcat project in Eclipse?
This type of project comes from the Sysdeo plugin which allow to run
Tomcat into Eclipse.

Thanks
Regards
Sylvain

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: auth problem

2003-01-28 Thread Martin Dulisch
Hi Olivier,

protection works over the 'auth-protect' action. You can use it in any
pipeline. So you dont need a redirect to protect other pages.

Martin


- Original Message -
From: Olivier GUCKERT [EMAIL PROTECTED]
To: Cocoon-user [EMAIL PROTECTED]
Sent: Tuesday, January 28, 2003 2:46 PM
Subject: auth problem


Hello

I'd like to use the authentication actions, but have some trouble with
the redirect-to :

In my sitemap, i wrote :

map:match pattern=login
map:act type=auth-login
map:parameter name=handler value=MaProtection/
map:parameter name=parameter_nom value={request-param:nom}/
map:parameter name=parameter_mot-de-passe
value={request-param:mot-de-passe}/
map:redirect-to uri=annu2.xml/
/map:act
!--L'authentification a échoué --
map:redirect-to uri=login-page/
/map:match

and it works fine. But it's good just for protect the page annu2.xml.
How can i parameter the redirect-to with the name of the called page ?

Thanks

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Sunrise getting context - problem

2003-01-27 Thread Martin Dulisch
Hi Bartosz,

which version of Cocoon are you running? It should run in 2.0.4. Older
versions had a problem with calling a protected pipeline from an
unprotected.

In your 'match1' pipeline you have the transform before the generate.
I think this should be in a different order.

Martin

- Original Message -
From: Bartosz Matuszczak [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 25, 2003 7:18 PM
Subject: Sunrise getting context - problem


 Hi
 I have 2 maches in sitemap:

 map:match pattern=mach1
  map:act type=sunRise-loggedIn  !-- check
authentication --
 map:parameter name=handler value=Einformatyka/
   map:act type=sunRise-auth !-- Access to sunrise
 context --
map:parameter name=handler
value=Einformatyka/
 map:transform type=sunShine/
 map:generate src=get-data.xml/
/map:act
/map:act
map:serialize/
   /map:match

   map:match pattern=mach2
map:generate src=cocoon://mach1/
  map:serialize/
   /map:match

 get-data.xml  contains: sunshine:getxml context=sunRise
 path=/authentication/ID/  to retrieve user Id from sunrise
context.
 When i'm logged  in and call mach1 from browser everything goes
fine and i
 receive insted of  sunshine:getxml context=sunRise
 path=/authentication/ID/ current user ID.
 But when i call  mach2 from browser  this error is caused
 Cocoon 2 - Internal server error

 

 

 type fatal

 message Failed to execute pipeline.

 description org.apache.cocoon.ProcessingException: Failed to execute
 pipeline.: java.lang.IllegalArgumentException:
 sunShine.streamContextFragment: Context 'sunRise' not found.

 sender org.apache.cocoon.servlet.CocoonServlet

 source Cocoon servlet


 Why it is so ?  Why when mach2 is called from mach1 this exception
throws.
 This same error get I when i try to call mach 1 from browser but
without
 map:act type=sunRise-auth  action.
 any ideas ?

 Bye
 Bartek




 ***r-e-k-l-a-m-a**

 Chcesz oszczedzic na kosztach obslugi bankowej ?
 mBIZNES - konto dla firm
 http://epieniadze.onet.pl/mbiznes

 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Martin Dulisch
sunBow (a plug in for eclipse) has a XSLT Trace feature. It is not
binded to cocoon. But it is very helpfull to find bugs in stylesheets.
You can find it here: http://radio.weblogs.com/0108489/

Martin

- Original Message -
From: Mark H [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 24, 2003 12:20 PM
Subject: XSLT debugger (was RE: .Net port of Cocoon)


 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of
times
 cocoon doesn't provide much debugging information when there is
something
 wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


  -Original Message-
  From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, January 23, 2003 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: .Net port of Cocoon

  
  Granted, there is no debugger in Cocoon,
  
 
  ... and shoud not be: all IDEs as well as JDK has debuggers. Use
them
  remotely or start your servlet engine from under it - in either
case you
  can put breakpoints and debug your Java.
 
  /me goes back to lurking
  Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many
technologies, a
 Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow
from the
 sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon
debugger
 should do.

 AFAIK, there is no single debugger like this, only a patchwork of
debuggers,
 one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]





 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: IDE for cocoon

2003-01-22 Thread Martin Dulisch
Hi Reza,

sunBow is a plugin for eclipse (www.eclipse.org). It contributes some
Cocoon/XML/XSLT features to eclipse. You can find the download and
documentation here: http://radio.weblogs.com/0108489/

Martin

- Original Message -
From: Reza Aliakbari [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 22, 2003 10:11 AM
Subject: IDE for cocoon


 Dears,

 I am new in cocoon.
 I need some tools and IDE for cocoon.
 Also I am waiting for any advise that could be useful for new cocoon
 developers.

 Thanks,
 Reza.

 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: IDE for cocoon

2003-01-22 Thread Martin Dulisch
It is a eclipse plugin, not JBuilder.

Martin

- Original Message -
From: Alireza Fattahi [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 22, 2003 10:32 AM
Subject: RE: IDE for cocoon


 Can we run it in stand alone mode? Or as JBuilder plug-in?

 -Original Message-
 From: Martin Dulisch [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 22, 2003 12:50 PM
 To: [EMAIL PROTECTED]
 Subject: Re: IDE for cocoon

 Hi Reza,

 sunBow is a plugin for eclipse (www.eclipse.org). It contributes
some
 Cocoon/XML/XSLT features to eclipse. You can find the download and
 documentation here: http://radio.weblogs.com/0108489/

 Martin

 - Original Message -
 From: Reza Aliakbari [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, January 22, 2003 10:11 AM
 Subject: IDE for cocoon


  Dears,
 
  I am new in cocoon.
  I need some tools and IDE for cocoon.
  Also I am waiting for any advise that could be useful for new
cocoon
  developers.
 
  Thanks,
  Reza.
 

 
 -
  Please check that your question  has not already been answered in
 the
  FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html
 
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 


 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]

 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Cocoon GetTogehter in Ghent

2002-11-19 Thread Martin Dulisch
Cocoon GetTogehter in Ghent. Matthew, Steven and Ovidiu are blogging
away in real time - here are the links:

http://radio.weblogs.com/0103021/
http://radio.weblogs.com/0103539/
http://www.webweavertech.com/ovidiu/weblog/index.html



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: [OT] What design environs are you using?

2002-08-13 Thread Martin Dulisch

Have a look at sunBow. This is a plug-in for eclipse that contributes special
tools for cocoon development. You can find more information here:
http://radio.weblogs.com/0108489/

Martin

- Original Message -
From: Whalley, Anthony [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 12:19 PM
Subject: [OT] What design environs are you using?


 I have had a look around and the only systems that seem to be
 directly releated to cocoon are Jbuilder Enterpise and Pollo.

 Could somebody tell me if they are using a differnet IDE.

 Thanks

 Anthony





 **
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 [EMAIL PROTECTED]

 Further information on PM
 can be found at http://www.pmg.ie
 

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Cocoon book

2002-07-25 Thread Martin Dulisch

In the sample chapter that is available action-sets are handled.

Martin

- Original Message -
From: Richard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 25, 2002 10:14 AM
Subject: Re: Cocoon book


 Hi does the book says anything about actions?
 - Original Message -
 From: Kasper Nielsen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, July 25, 2002 3:48 PM
 Subject: Re: Cocoon book


  Hi,
 
  Just a quick question, what isn't covered in the book if we look at
Cocoon
  2.0.3 (or Cocoon 2.1 beta)
  I just took a quick look at the sample chapter and for instance it only
  mentioned 'SQL Transformers' and not ESQL.
 
  - Kasper
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Sent: Wednesday, July 24, 2002 9:15 AM
  Subject: Cocoon book
 
 
  Just to let you know,
  the first Cocoon book is now available for order on New Riders.
 
  http://www.newriders.com/books/product.asp?product_id
  ={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}
 
  There is also a sample chapter.
 
 
  Guido
 
  --
  Open Source Group   sunShine - Lighting up e:Business
  =
  Guido Casper, SN AG, Klingenderstrasse 5, D-33100 Paderborn
  Tel:+49-5251-1581-87 [EMAIL PROTECTED] - http://www.s-und-n.de
  =
 
 
 
  -
  Please check that your question  has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:   [EMAIL PROTECTED]
 
 
 
  -
  Please check that your question  has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:   [EMAIL PROTECTED]
 


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]