Java Reference
In-Depth Information
[org.hibernate.dialect.H2Dialect
] org.hibernate.dialect.MySQLDialect
? Specify the class name for the JDBC driver
for the datasource. [org.h2.Driver
] com.mysql.jdbc.Driver
? Enter the path in the local file system to
the jar file containing the JDBC driver. [null]
C:\forge-distribution-1.1.3.Final\lib\mysql-connector-java-5.1.18-bin.jar
? In which package you'd like to generate the
entities, or enter for default:
[com.packtpub.as7development.appendix.model]
Found 1 tables in datasource
Generated java at
C:\forge-distribution-1.1.3.Final\bin\forge-demo\src\main\java\com\packtpub\
as7development\appendix\model\User.java Generated 1 java files.
After completing the persistence layer, we will now create the application GUI using
the scaffold command, which can be associated with several providers such as
the JavaServer Faces provider:
[forge-demo] forge-demo $ scaffold setup
--scaffoldType faces;
? Scaffold provider [faces] is not installed.
Install it? [Y/n] Y
? Facet [forge.maven.WebResourceFacet]
requires packaging type(s) [war], but is
currently [jar]. Update packaging?
(Note: this could deactivate other plugins in
your project.) [Y/n] Y
***SUCCESS*** Installed
[forge.maven.WebResourceFacet] successfully.
***SUCCESS*** Installed [forge.spec.ejb]
successfully.
***SUCCESS*** Installed [forge.spec.cdi]
Search WWH ::




Custom Search