Git Product home page Git Product logo

myfaces-tobago's Introduction

Apache Tobago

License Tobago CI CodeQL Build Status ASF

Building

You need Maven 3 and Java 8 or later to build Tobago.

In the project directory you can use:

mvn clean install

to run the install target on all sub projects. This will put all necessary artifacts into your local repository.

Demo - TomEE

⚠ some problems ⚠

  • AJAX is not working

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean package tomee:run -Ptomee -Pdev

Browse to the local URL http://localhost:8080/

Demo - Jetty - MyFaces - OWB

⚠ currently broken ⚠

  • Problem with CDI

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean jetty:run -Pjetty

Browse to the local URL http://localhost:8080/

Demo - Jetty - Mojarra - Weld

⚠ some problems ⚠

  • AJAX is not working

Switch to sub-directory and call Maven to run the demo:

cd tobago-example/tobago-example-demo
mvn clean jetty:run -Pjetty -Djsf=mojarra-3.0

Browse to the local URL http://localhost:8080/

Demo - Tomcat - Mojarra - Weld (in Docker)

⚠ some problems ⚠

  • AJAX is not working

Switch to sub-directory and call Maven to build and Docker to run the demo:

cd tobago-example/tobago-example-demo
mvn clean install -Djsf=mojarra-3.0
docker run -it --rm -p 8080:8080 -v `pwd`/target/tobago-example-demo.war:/usr/local/tomcat/webapps/tobago-example-demo.war --name tobago-example-demo tomcat:10.0-jre11

Browse to the local URL http://localhost:8080/tobago-example-demo/

myfaces-tobago's People

Contributors

bohmber avatar cadimmek avatar deki avatar dependabot[bot] avatar henningn avatar jlleitschuh avatar lennox2019 avatar lofwyr14 avatar matzew avatar melloware avatar schof avatar sebbasf avatar struberg avatar weber-oldenburg 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.