Git Product home page Git Product logo

liferay-faces-bridge-impl's Introduction

Liferay Faces Bridge Implementation

This is the Reference Implementation (RI) for JSR 378, Portlet 3.0 Bridge for JavaServer™ Faces 2.2 Specification.

The corresponding Application Programming Interface (API) is liferay-faces-bridge-api.

License

Apache License, Version 2.0

News

For the latest news and updates, follow @FacesBridgeSpec.

Building From Source

Using Maven 3.x:

mvn clean install

Building the Liferay Faces Bridge Demos From Source

The Liferay Faces Bridge demos can be built seperately from the bridge. The demos can also be built for different versions of Liferay or Pluto.

To build a Liferay Faces Bridge demo from source:

  1. Navigate to the demo you want to build (for example the jsf-applicant-portlet):

     cd liferay-faces-bridge-impl/demos/jsf-applicant-portlet/
    
  2. Build the demo for Liferay:*

     mvn clean package -P liferay,mojarra,tomcat
    

    Or build the demo for Pluto:

     mvn clean package -P pluto,mojarra,tomcat
    

Once you have built the demo, the target folder will contain a war that you can deploy to the portlet container.

Alternatively, you can build all the demos at once:

  1. Navigate to the demos directory:

     cd liferay-faces-bridge-impl/demos/
    
  2. Build the demos for Liferay:*

     mvn clean package -P liferay,mojarra,tomcat
    

    Or build the demos for Pluto:

     mvn clean package -P pluto,mojarra,tomcat
    

* Note: Some versions of the bridge are compatible with multiple versions of Liferay. For example, the Liferay Faces Bridge 4.x version is compatible with both Liferay 7.0 and Liferay 6.2. To build demos for older versions of Liferay, specify the version in the profile. For example, specify -P liferay62 to build a demo for Liferay 6.2. See the Liferay Faces Version Scheme for more details on the bridge's compatibility with Liferay versions.

Community Participation

Visit the faces-bridge-spec project at java.net to learn how to participate.

liferay-faces-bridge-impl's People

Contributors

ngriffin7a avatar stiemannkj1 avatar vsingleton avatar yerayrodriguez avatar brianchandotcom avatar nitramek avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.