First things first. We need the following the components for integrating Oracle WebCenter Sites Devloper Tools with Eclipse:
- Latest Eclipse (Can be downloaded from http://www.eclipse.org/downloads/)
- CSDT plugin (Developer tools plugin)
Integrating Developer Tools with Eclipse
By following the below steps, we can integrate the Developer tools provided by Oracle WebCenter Sites with Eclipse.
- Download and Install WebCenter Sites JDK.
- Download the latest version of Eclipse, and install it.
- In the WebCenter Sites distribution package, there is a filde called csdt.zip. Unzip it.package. Open the csdt-eclipse folder and save the com.fatwire.csdt.eclipsecsdt_1.0.0.jar file to the plugins folder under your Eclipse installation
- Start your local instance of WebCenter Sites (JDK).
- Start Eclipse (eclipse.exe) and configure its settings according to your preferences.
- In the Eclipse menu bar, select Window > Open Perspective > Other … > Oracle WebCenter Sites.
- The configuration screen is displayed. In the configuration screen, fill in the following fields with the information for your WebCenter Sites instance
- In the “Sites Installation Directory” field, click Browse to select the directory containing the futuretense.ini file for the WebCenter Sites instance.
- In the “Username” field, enter the user name of a general administrator. This user must be a member of the RestAdmin group.
- In the “Password” field, enter the password for the user name you entered.
- In the “Project name” field, enter a name for the project on which you will be working.
- In the “Sites Log File” field, enter the location of your log file (for example, C:/ WCS/logs/sites.log).
- The Configuration screen looks as below:
- Click OK.
Configuration is now Complete. Now, the “Oracle WebCenter Sites” perspective opens. The Oracle WebCenter Sites perspective looks as shown in the below image:
Now you can create and play with templates, elements etc, from eclipse, then sync them with WCS and enjoy coding. Happy Coding 🙂
Related Articles
- Oracle WebCenter Sites : Developer Tools (kksays.wordpress.com)