Starting with Adamantium

Locked
bustosadrian
Posts: 4
Joined: 28 Oct 2013, 18:04

30 Sep 2015, 17:49

Hi,

I've just purchased Adamantium theme. Is there a PDF guide to build a "Hello world!" project?

Thank you

bustosadrian
Posts: 4
Joined: 28 Oct 2013, 18:04

30 Sep 2015, 22:41

Never mind. Just founded! :D

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

01 Oct 2015, 20:16

Please see; http://www.primefaces.org/adamantium/do ... tion.xhtml

Also,
1) to use theme.jar in your project
(Windows PC)
-Please open Command Prompt in your pc
(If no maven in your pc, https://www.youtube.com/watch?v=Jtj-0yhox5s)
-To install theme.jar in the local repository;

Code: Select all

mvn install:install-file -Dfile=<path-to-file> -DgroupId=org.primefaces.themes -DartifactId=adamantium -Dversion=1.0 -Dpackaging=jar
<path-to-file> -> where is the jar?
- please add this dependency in pom.xml of your project

Code: Select all

<dependency>
   <groupId>org.primefaces.themes</groupId>
   <artifactId>adamantium</artifactId>
   <version>1.0</version>
</dependency>
- please add this context-param in web.xml of your project

Code: Select all

<context-param>
   <param-name>primefaces.THEME</param-name>
   <param-value>adamantium</param-value>
</context-param>
Then, you can create Xhtml pages.

Locked

Return to “Adamantium”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests