<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Nachricht</TITLE>

<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE>@page Section1 {size: 595.3pt 841.9pt; margin: 70.85pt 3.0cm 70.85pt 3.0cm; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=PT vLink=purple link=blue><SPAN class=730284814-23072004><FONT 
face=Arial color=#0000ff size=2></FONT></SPAN>
<DIV></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004>What version do you use? 
</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004>If you use the current "stable" release, there is no 
easy way (without core code modifications) to get a 
CmsObject.</SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004>This has changed in the current development version 
(CVS HEAD). In this version you can get access to a CmsObject using the OpenCms 
singleton Object (e.g. using method OpenCms.initCmsObject(String unsername). 
This just requires that OpenCms shares an application context with your 
application.</SPAN></FONT></FONT></FONT></FONT><FONT face=Tahoma><FONT 
size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004></DIV>
<DIV>
<P><FONT size=2>Best Regards,<BR>Alex.<BR><BR>Alexander Kandzior<BR>Alkacon 
Software - The OpenCms Experts<BR><A 
href="http://www.alkacon.com/">http://www.alkacon.com</A></FONT> 
</P></SPAN></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004></SPAN></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Tahoma><FONT size=2><FONT face=Arial><FONT color=#0000ff><SPAN 
class=730284814-23072004> </SPAN></FONT></FONT>-----Original 
Message-----<BR><B>From:</B> opencms-dev-admin@opencms.org 
[mailto:opencms-dev-admin@opencms.org] <B>On Behalf Of </B>Ivo 
Esteves<BR><B>Sent:</B> Friday, July 23, 2004 4:25 PM<BR><B>To:</B> 
opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] OpenCMS and 
portlets.<BR><BR></DIV></FONT></FONT>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=Section1>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-US 
  style="FONT-SIZE: 12pt">Hi, </SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">I'm newbie in OpenCMS. 
  </SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT> </P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">I'm developing a portal 
  using portlets and we decide to use OpenCMS only to be the Content Management 
  Service. </SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT> </P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">To access resources I've 
  got to use the OpenCMS API, so far so good, but I don't know how to get the 
  CMSObject.</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">So far I only see examples 
  in JSP, that use </SPAN></FONT><SPAN lang=EN-GB>CmsJspActionElement class to 
  get it</SPAN><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">, but I'm using portlets 
  (Java) and I don't how to get the CMSObject to access 
  resources,</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"></SPAN></FONT> </P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">If anyone has an idea... 
  </SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-US 
  style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-US 
  style="FONT-SIZE: 12pt">Thanks in advance.</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-US 
  style="FONT-SIZE: 12pt"></SPAN></FONT> </P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN lang=EN-US 
  style="FONT-SIZE: 12pt">Ivo 
Esteves</SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>