You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by St...@swisscom.com on 2003/09/03 16:13:42 UTC

Jetspeed CMS / Slide integration - news from the developer

Hi there!

Thought the status of the CMS contained in /scratch might be of interest
to some of you. I'm including an email I got from the main developer:

* The code in 1.4b4 is unstable and obsolete
* I'm working with David on a new CMS Service for Jetspeed 2 which will 
can also used in J1 or other web app. We try to provide a cms service 
which can be used by a lot of cms engine or a custom jesteep cms db. So,

we are really interested by the JSR 170.
*  David has build a syndication service which is integrated with the 
cms service. It is not yet official. the developement is still on going.

Hope to have a official version for october. We are making some test. 
Unfortunatly, I cannot give you the code now !
* The first release will contain only the cms repository management 
module (content store, versionning, security, lock).
* After we plan to add some cms admin portlet and cms view portlet in a 
demo.
* Later, we plan to add workflow, event handling, auditing & content 
life cycle.
* When the first version will be in Jetspeed 2, you are welcome to 
contribute.  That's why we try to have a version for october. David is 
very busy and that the same for me. My customer want to use slide via 
EJB. So, I need to synchronize all the time the code I'm produce. My 
current job is to improve the performances for this week. If I can, I 
will try to add some documentation for october.



Regards,
Christophe

Stefan.Landro at swisscom.com wrote:

> Hi Christophe,
>
> I hear your the developer of the Jetspeed CMS - and that you're
> planning a new release. When can I expect it?
>  
> BTW, I've tried to get the version included in jetspeed-1.4-b4 up and
> running - but I have difficulties setting it up.
>
> I found the following settings in the code, but have trouble finding
> out what they mean:
>
> #services.CmsService.CmsManager.namespace.domainfile
> #services.CmsService.catalog.root.uri
> #services.CmsService.catalog.root.logicalname
> #services.CmsService.catalog.root.title
> #services.CmsService.slide.users 
> #services.CmsService.CmsManager.namespace.class
> #services.CmsService.om.CmsOmName.class
>
> I would be really interested by what you have developed and I you
> could send me a basic description, I'd like to test it out.
>
> I would really appreciate your help!
>
> Greetings,
>
> Stefanjet

Re: Jetspeed CMS / Slide integration - news from the developer

Posted by Christophe Lombart <ch...@skynet.be>.
Dariush Behboudi wrote:

>Will be also suitable as a Document management component?
>
Well, it depends on what you are calling a document management.
Until now, there is only a couple of services which gives some methods 
to access to a repository.
In this rep, you add all cms object you want (XML, HTML, binaries like 
Word, ...).
You can even create you specific CMS objects. So, yes - you can use this 
service for a document repository.

Concerning the order document management areas, I have build a Webdav 
action which sound good  but there is almost nothing else.  I'm also 
interesting by the document management for my own project but I expect 
Jetspeed is not really concerned by that. Anyway, we can find a lot of 
common features between CMS and document management (at least the 
repository).


>Are you planning to implement a search module for documents stored into repositories?
>
Yes

>
>How it should be integrated into other webapps or portal platforms?
>
Currently, David propose to work with Fulcrum. So, no problem, you can 
integrate fulcrum framework in all web application.


RE: URL to be given to Customize Page

Posted by Sunil Sheshadri <ss...@cisco.com>.
I could solve this problem.

We have to add /template/Customize to the form action.

<form method="POST" action="<jetspeed:dynamicUri/>/template/Customize"
enctype="application/x-www-form-urlencoded">

Regards,
Sunil Sheshadri,

-----Original Message-----
From: Sunil Sheshadri [mailto:ssheshad@cisco.com] 
Sent: Monday, September 08, 2003 2:22 PM
To: 'Jetspeed Users List'
Subject: URL to be given to Customize Page


Hello All,
I have an requirement that when ever I click on customize Icon on a JSP
portlet, It has to Point to the new portlet in customize window.. I
could do this using "_customizer" parameter

<parameter name="_customizer" value="CustomizePortlet" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>

Now here in this Customize Portlet which is JSP portlet I have two
buttons which when clicked has to take to new page. Here what's
happening is that when I click on the button, It is coming back to main
portlet page without doing anything. What's the problem??

In My JSP I have given form action as following.
<form method="POST" action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">

Do I need to change the value of action so that the new JSP will be
displayed in customize window itself?

Please let me know the solution.

Note: I am using Jetspeed 1.4b1.


Thanks & Regards,
Sunil Sheshadri,


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: URL to be given to Customize Page

Posted by Sunil Sheshadri <ss...@cisco.com>.
Hello All,
I didn't get any reply to this mail? Is it possible to have a separate
URL or not. 
Please let me know at the earliest.

Thanks & Regards,
Sunil Sheshadri.

 


-----Original Message-----
From: Sunil Sheshadri [mailto:ssheshad@cisco.com] 
Sent: Monday, September 08, 2003 2:22 PM
To: 'Jetspeed Users List'
Subject: URL to be given to Customize Page


Hello All,
I have an requirement that when ever I click on customize Icon on a JSP
portlet, It has to Point to the new portlet in customize window.. I
could do this using "_customizer" parameter

<parameter name="_customizer" value="CustomizePortlet" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>

Now here in this Customize Portlet which is JSP portlet I have two
buttons which when clicked has to take to new page. Here what's
happening is that when I click on the button, It is coming back to main
portlet page without doing anything. What's the problem??

In My JSP I have given form action as following.
<form method="POST" action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">

Do I need to change the value of action so that the new JSP will be
displayed in customize window itself?

Please let me know the solution.

Note: I am using Jetspeed 1.4b1.


Thanks & Regards,
Sunil Sheshadri,


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


URL to be given to Customize Page

Posted by Sunil Sheshadri <ss...@cisco.com>.
Hello All,
I have an requirement that when ever I click on customize Icon on a JSP
portlet, It has to
Point to the new portlet in customize window.. I could do this using
"_customizer" parameter

<parameter name="_customizer" value="CustomizePortlet" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>

Now here in this Customize Portlet which is JSP portlet I have two
buttons which when clicked
has to take to new page. Here what's happening is that when I click on
the button, It is
coming back to main portlet page without doing anything. What's the
problem??

In My JSP I have given form action as following.
<form method="POST" action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">

Do I need to change the value of action so that the new JSP will be
displayed in customize window itself?

Please let me know the solution.

Note: I am using Jetspeed 1.4b1.


Thanks & Regards,
Sunil Sheshadri,


Re: Jetspeed CMS / Slide integration - news from the developer

Posted by Frans Thamura <ja...@intercitra.com>.
is this Jetspeed CMS = Portlet Builder??


Regards,

Frans Thamura <fr...@intercitra.com>
Intercitra Innovation Center
+62 855 7888 699

We help you manage and control.

----------
Tertarik dengan Java Open Source Integration discussion?? bergabung ke JUG Indonesia mailing list, untuk subscribe email aja ke jug-indonesia-subscribe@yahoogroups.com

Website: http://jug-indonesia.dev.java.net


Re: Jetspeed CMS / Slide integration - news from the developer

Posted by Dariush Behboudi <da...@glamm.com>.
Jetspeed CMS / Slide integration - news from the developer Hi Christophe,
thank you for your explanation.
I've a question about the CMS component.
Will be also suitable as a Document management component?
Are you planning to implement a search module for documents stored into repositories?

How it should be integrated into other webapps or portal platforms?

Regards, Dariush.

  ----- Original Message ----- 
  From: Stefan.Landro@swisscom.com 
  To: jetspeed-user@jakarta.apache.org 
  Sent: Wednesday, September 03, 2003 4:13 PM
  Subject: Jetspeed CMS / Slide integration - news from the developer


  Hi there! 

  Thought the status of the CMS contained in /scratch might be of interest to some of you. I'm including an email I got from the main developer:

  * The code in 1.4b4 is unstable and obsolete 
  * I'm working with David on a new CMS Service for Jetspeed 2 which will 
  can also used in J1 or other web app. We try to provide a cms service 
  which can be used by a lot of cms engine or a custom jesteep cms db. So, 
  we are really interested by the JSR 170. 
  *  David has build a syndication service which is integrated with the 
  cms service. It is not yet official. the developement is still on going. 
  Hope to have a official version for october. We are making some test. 
  Unfortunatly, I cannot give you the code now ! 
  * The first release will contain only the cms repository management 
  module (content store, versionning, security, lock). 
  * After we plan to add some cms admin portlet and cms view portlet in a 
  demo. 
  * Later, we plan to add workflow, event handling, auditing & content 
  life cycle. 
  * When the first version will be in Jetspeed 2, you are welcome to 
  contribute.  That's why we try to have a version for october. David is 
  very busy and that the same for me. My customer want to use slide via 
  EJB. So, I need to synchronize all the time the code I'm produce. My 
  current job is to improve the performances for this week. If I can, I 
  will try to add some documentation for october. 




  Regards, 
  Christophe 

  Stefan.Landro at swisscom.com wrote: 

  > Hi Christophe, 
  > 
  > I hear your the developer of the Jetspeed CMS - and that you're 
  > planning a new release. When can I expect it? 
  >  
  > BTW, I've tried to get the version included in jetspeed-1.4-b4 up and 
  > running - but I have difficulties setting it up. 
  > 
  > I found the following settings in the code, but have trouble finding 
  > out what they mean: 
  > 
  > #services.CmsService.CmsManager.namespace.domainfile 
  > #services.CmsService.catalog.root.uri 
  > #services.CmsService.catalog.root.logicalname 
  > #services.CmsService.catalog.root.title 
  > #services.CmsService.slide.users 
  > #services.CmsService.CmsManager.namespace.class 
  > #services.CmsService.om.CmsOmName.class 
  > 
  > I would be really interested by what you have developed and I you 
  > could send me a basic description, I'd like to test it out. 
  > 
  > I would really appreciate your help! 
  > 
  > Greetings, 
  > 
  > Stefanjet 



------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
  For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org