Hi, i am confused about one thing. As i told earlier, i have written my java in eclipse, and i want to import OpenCms library files for using them in my project. I looked at lib folder where i have setup OpenCms, but i didn't found any jar files which can import below mentioned classes:<div>
<br><div>org.opencms.file.CmsFile</div><div>org.opencms.file.CmsProject<br>............................................ and so on.</div><div><br></div><div>I am just new to opencms, so dont have much idea, Just wondering where to find those library files by which i can import and use them for above mentioned classes.</div>
<div><br></div><div>Thank you</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Mon, Mar 9, 2009 at 7:50 AM, Christian Steinert <span dir="ltr"><<a href="mailto:christian_steinert@web.de">christian_steinert@web.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
> thanks for your information. i tried to find in book the way of<br>
> importing java files written on eclipse, but couldn't get it. if you<br>
> can explain me briefly how to do that in OpenCms, i will really<br>
> appreciate your help.<br>
><br>
> Thank you.<br>
<br>
</div>There are two ways to get your code into opencms:<br>
First way (the clean way)<br>
0. Program in Eclipse whatever Java code you like; import the Jar files into eclipse so that you can use things like the CmsObject class in your Java code<br>
1. Create a jar that contains your classes<br>
2. Create a module in opencms<br>
3. Upload the jar file into opecms: the jar file must be placed inside of opencms into the lib folder of your opencms module<br>
4. Publish your module folder in opencms<br>
5. You may need to restart opencms after publishing has finished (this depends on how your servlet container is configured).<br>
<br>
___<br>
Second way (quick qnd dirty)<br>
1. Create a jar that contains your classes<br>
2. Copy your jar file into the WEB-INF\lib folder of your opencms installation (this time, this is a folder in the real file system, not inside of the opencms filesystem).<br>
3 You may need to restart opencms after publishing has finished (this depends on how your servlet container is configured).<br>
<br>
Hope that helps.<br>
Best regards<br>
Christian<br>
<div><div></div><div class="h5"><br>
<br>
><br>
> On Sun, Mar 8, 2009 at 11:03 PM, Christian Steinert <christian_<br>
> <a href="mailto:steinert@web.de">steinert@web.de</a>> wrote:<br>
> Saroj Bhatarai ha scritto:<br>
><br>
> > Hi all,I am new to OpenCms and i am trying to do one one sample<br>
> project from<br>
> > book OpenCms 7 development. It says to write a custom java class<br>
> when making<br>
> > project on OpenCms, but i am confused where to write that customer<br>
> java<br>
> > class. I can only create new html, jsp, etc file from OpenCms<br>
> explorer<br>
> > window. So, i would like to know who to create this java class and<br>
> in which<br>
> > folder i have to put this file.<br>
> ><br>
> You write that class outside of opencms - usually with a Java<br>
> development environment like Eclipse.<br>
> You do this by importing the opencms classes into your project and<br>
> writing java classes. When you are finished with this, you can import<br>
> your classes into an opencms module and use them there.<br>
><br>
> The opencms book has examples on how to get started with eclipse for<br>
> things like that<br>
><br>
> Best Regards<br>
> Christian<br>
><br>
> _______________________________________________<br>
> This mail is sent to you from the opencms-dev mailing list<br>
> To change your list options, or to unsubscribe from the list, please<br>
> visit<br>
> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
><br>
> --<br>
> Bhatarai, Saroj.<br>
</div></div>> _______________________________________________ This mail is sent to<br>
<div class="im">> you from the opencms-dev mailing list To change your list options, or<br>
> to unsubscribe from the list, please visit <a href="http://lists.opencms.org/" target="_blank">http://lists.opencms.org/</a><br>
><br>
> mailman/listinfo/opencms-dev<br>
<br>
<br>
</div>_______________________________________________________________________<br>
Jetzt 1 Monat kostenlos! <a href="http://WEB.DE" target="_blank">WEB.DE</a> FreeDSL - Telefonanschluss + DSL<br>
für nur 17,95 EURO/mtl.!* <a href="http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a" target="_blank">http://dsl.web.de/?ac=OM.AD.AD008K15039B7069a</a><br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Bhatarai, Saroj.<br>
</div></div>