I would like to develop java-webproject using JSF and PrimeFaces working in intranet, without the Internet connection.
In my project now in index.xhtml
I use this section to get UI components and it works fine.
xmlns:p="http://primefaces.org/ui"
But now I want move my app to intranet, so I've got some questions:
- What (and where) should I download as UI library?
- Where I should store it in my project locally?
- What should I write in
xmlns:p=
property?
Sorry in advance for dumb questions.