I now have a PAX Web application running with a primefaces GUI and mock data in the beans: https://github.com/steinarb/ukelonn/tree/using-primefaces/ukelonn.bundle https://github.com/steinarb/ukelonn/blob/using-primefaces/ukelonn.bundle/src/main/webapp/ukelonn.xhtml https://github.com/steinarb/ukelonn/blob/using-primefaces/ukelonn.bundle/src/main/java/no/priv/bang/ukelonn/impl/UkelonnController.java
The next step is to populate the bean(s) using JDBC and save changes using JDBC. My question is: what is the simplest/best way to get a PAX JDBC service into the UkelonnController bean? Thanks! -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
