[opencms-dev] Java Application with OpenCms

Jason Trump jason.trump at brulant.com
Fri Feb 10 22:01:34 CET 2006


> >From what I've read, I can put my classes inside the lib directory
> (webbaps/opencms/WEB-INF/lib) and then I can use them.
> 
> Is that correct?
> 
> Thanks,
> Joao

You can definitely do this.  If your class files are bundled in *.jar
files, put them in WEB-INF/lib; if you just have a directory full of
classfiles, you want to put that directory under WEB-INF/classes.

jt

> 
> P.S. - Sorry if I wasn't accurate. Hope I explained myself better this
> time.
> :)
> 
> 
> On 2/10/06 2:06 AM, "Christian Steinert" <christian_steinert at web.de>
> wrote:
> 
> > Joao Dias wrote:
> >> Hi,
> >>
> >> I'm developing an application in Java (an intranet to be precise),
and
> I'd
> >> like to know if I can integrate the JSPs I create inside an OpenCms
> project
> >> with that Java code.
> >>
> >> I'm using Tomcat and Sybase ASE. The OS is suppose to be Red Hat 9.
> >>
> >> Thanks for your help,
> >> Joao Dias
> >>
> >>
> >>
> >> _______________________________________________
> >> This mail is sent to you from the opencms-dev mailing list
> >> To change your list options, or to unsubscribe from the list,
please
> visit
> >> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>
> >>
> >
> > Dear Joao,
> >
> > What exactly is your question?
> > Anything that works in JSP can also be used in opencms JSP
templates.
> > So if you want to use some java-library in your opencms templates,
then
> > there is no problem. Opencms just uses standard JSP for its page
> > templates and offers some additional APIs/Tags in addition to that,
> > which you can use to access CMS-specific services.
> >
> > Was that your question?
> >
> > Regards
> > Christian.
> >
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please
> visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list