Importing the sample to Eclipse
Tooling part
The sample plug-in is located in archive “alpha_ConJSVersion_tool.zip”. You can import it to Eclipse directly.
The sample plug-in is “alpha_ConJSVersion_WB2-002_0.1.0.jar”. You should copy this jar to the plug-in folder of your Eclipse to use it.
Runtime and Sample part
The sample project is located in archive “alpha_ConJSVersion_sample.zip”. You can import it to Eclipse directly.
This is a multi-project sample. It includes:
10_GlbDefs
▪ the global definition project
▪ a pure java project
▪ contains global condition
30_LocalWeb
▪ the local web project
▪ contains local condition, imports global conditions
40_GlbStaticWeb
▪ the global static web project
▪ pure static web project
▪ contains all the client condition JS files
Go up to