Version Differences for GettingStarted
Line 48:
  If you are using an IDE such as Eclipse to develop your application, some helpful pointers can be found [[GetStartedWithEclipse|here]].   If you are using an IDE such as Eclipse to develop your application, some helpful pointers can be found [[GetStartedWithEclipse|here]].
   
- ==Get Started with SynapticAjax Faces Components== + ==Get Started with SynapticAjax Faces Components==
  +
  + SynapticAjax JSF components are built on top of the foundation of SynapticFaces and JSX. As with SynapticFaces components we assume that you do have some basic understanding of the JSF framework.
  +
  + ===Library Dependencies===
  +
  + * jsxtoolkit-x.x.x.jar
  + * synapticfaces-x.x.x.jar
  + * log4j
  + * dom4j
  +
  + NOTE: Fully installing SynapticFaces will satisfy all other dependencies, therefore those dependencies are not mentioned here.
  +
  + ===Installation===
  +
  + The installation of SynapticAjax is not any different from the installation of SynapticFaces.
  +
  + * unless it is already a part of your web server, download log4j at
  + * download and install dom4j at
  + * copy synapticajaxfaces-x.x.x.jar into WEB-INF/lib directory
  + *