[opencms-dev] Establish a session with openCMS

Jaisy Ann Cheriyan Jaisy_Cheriyan at infosys.com
Tue Jan 9 10:55:04 CET 2007


Dear

    This is a piece of code that is written to get data from OpenCMS.
Could you tell me where is the entry point or where can a session to
OpenCMS be established.

Which is the java file that is first run?



import org.opencms.file.*;

import org.opencms.db.*;

import org.opencms.main.*;





public Class FetchData {

            public static void main(String[] args){

                        try{

                        String loggedUser;

                        CmsObject cmsObj =
OpenCms.initCmsObject(CmsDefaultUsers.getUserGuest());

                        loggedUser = cmsObj.loginUser("Admin",
"adminuser");

                        System.out.println("Login Successful for " +
loggedUser);



                        CmsFile fetchFile = new CmsFile(CmsResource
resource)

                        byteContents = fetchFile.getContents();











                        }

                        catch(Exception exp){

                                    System.out.println("Exception!!");

                        }

            }

}





Regards

Jaisy





**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20070109/1b79405b/attachment.htm>


More information about the opencms-dev mailing list