User Tools

Site Tools


programming:java:java_ee

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:java:java_ee [2017/06/14 13:49] – ↷ Page moved from java:java_ee to programming:java:java_ee skipidarprogramming:java:java_ee [2023/11/01 07:31] (current) – ↷ Page moved from camunda:programming:java:java_ee to programming:java:java_ee skipidar
Line 595: Line 595:
 Important data: Important data:
 |JNDI Name| java:/PostgresDS | Used to reference the DB from the JEE application. You can find it standalone.sql: <code><datasource jta="false" jndi-name="java:/PostgresDS" pool-name="PostgresDS" enabled="true" use-ccm="false"></code>| |JNDI Name| java:/PostgresDS | Used to reference the DB from the JEE application. You can find it standalone.sql: <code><datasource jta="false" jndi-name="java:/PostgresDS" pool-name="PostgresDS" enabled="true" use-ccm="false"></code>|
-|Connection URL| |Used to connect to the DB via [[SQL Clients|http://squirrel-sql.sourceforge.net/]]|+|Connection URL| |Used to connect to the DB via [[programming:java:sql_clients|http://squirrel-sql.sourceforge.net/]]|
  
 == Method1 : Via Admin Console == == Method1 : Via Admin Console ==
Line 637: Line 637:
   * choose the hibernate dialect, depending on your DB (here its **org.hibernate.dialect.PostgreSQLDialect** because of PostreSQL)   * choose the hibernate dialect, depending on your DB (here its **org.hibernate.dialect.PostgreSQLDialect** because of PostreSQL)
  
-This class Foto is an [[Entity|https://docs.oracle.com/javaee/6/tutorial/doc/bnbqa.html]] and has to be registered in persistance.xml as all Entities has to be.+This class Foto is an [[programming:java:entity|https://docs.oracle.com/javaee/6/tutorial/doc/bnbqa.html]] and has to be registered in persistance.xml as all Entities has to be.
 <sxh java> <sxh java>
 import java.io.Serializable; import java.io.Serializable;
programming/java/java_ee.1497448193.txt.gz · Last modified: (external edit)