Swift Tech Solutions

Saturday, June 13, 2009

JPA Links

JPA

http://www.eclipse.org/webtools/dali/main.php

Example: JPA TopLink JSF
http://www.eclipse.org/webtools/dali/docs/tutorial_1.0/dali_jsf_tutorial.htm

EclipseLink JPA Configuration
http://wiki.eclipse.org/EclipseLink/Examples/JPA/JPAConfigure

Hibernate Dialects
https://www.redhatlinux.com/docs/manuals/jboss/jboss-eap-4.2/doc/hibernate/api/hibernate-core/org/hibernate/dialect/package-summary.html

https://forum.hibernate.org/viewtopic.php?p=2373597

Hibernate Download page
https://www.hibernate.org/6.html

Posted by techsolutions at 12:18 PM
Labels: eclipselink, hibernate, jpa, toplink

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Search This Blog

Total Pageviews

Labels

  • activemq
  • awt
  • best practices
  • bpm
  • cookie
  • database
  • design patterns
  • eclipse
  • eclipselink
  • hibernate
  • httpclient
  • itext
  • java
  • javascript
  • jaxb
  • jedit
  • jndi
  • jpa
  • jsf
  • junit4
  • links
  • log4j
  • macro
  • oracle
  • portlet
  • regular expression
  • rest
  • spring
  • spring-jms
  • spring-security
  • spring-ws
  • struts
  • swing
  • tiles
  • toplink
  • unix
  • utilities
  • web services
  • weblogic
  • windows-batch-commands
  • xml
  • xsd
  • xslt

Followers

Blog Archive

  • ►  2012 (11)
    • ►  March (10)
    • ►  February (1)
  • ►  2011 (19)
    • ►  September (1)
    • ►  July (4)
    • ►  June (1)
    • ►  May (9)
    • ►  April (1)
    • ►  February (3)
  • ►  2010 (2)
    • ►  December (1)
    • ►  September (1)
  • ▼  2009 (35)
    • ►  October (2)
    • ►  July (4)
    • ▼  June (29)
      • Oracle Links
      • Hibernate JPA Persistence Provider
      • JPA Links
      • ManyToOne mapping in case of primary key composed ...
      • Design patterns links
      • Default eclipse workspace location
      • Java Rest Framework Links
      • JSF Links
      • Instantly Deploy Applications in Weblogic
      • Fast path - Log4j Link
      • JPA Hibernate Tips
      • Design patterns
      • elements2Attributes.xslt
      • attributes2Elements.xslt
      • javascript
      • echo.xslt
      • online utilities
      • unix bash commands
      • unix commands links
      • unix commands
      • oracle
      • jedit find replace regular expression
      • ToTitleCase.bsh
      • swing-awt-frame
      • java tips
      • struts tiles reload
      • Links
      • Launch explorer from eclipse - launch.bat
      • weblogic jndi lookup

About Me

techsolutions
View my complete profile

Popular Posts

  • spring mvc portlet ajax
    ViewBookController.java import java.io.IOException; import javax.portlet.ActionResponse; import javax.portlet.ResourceRequest; import javax....
  • Scheduling jobs using Spring
    import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; import org.springframework.context.annotation.Co...
  • json jackson marshalling unmarshalling using jaxb annotations with indenting output
    package util; import java.io.StringReader; import java.io.StringWriter; import org.codehaus.jackson.map.AnnotationIntrospector; import org.c...
  • spring rest security using digest authentication
    Configure Digest filter as outlined in the link http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity-sing...
  • spring mvc portlet deployment to pluto container
    Article: http://books.dzone.com/articles/spring-30-portlet-mvc-part-2 Download pluto-2.0.1-bundle and unzip run startup.bat to start the plu...
  • JAXB ValidationEventHandler Demo
    import javax.xml.bind.ValidationEvent; import javax.xml.bind.ValidationEventHandler; import javax.xml.bind.ValidationEventLocator; public cl...
  • Spring ws Tips - Unmarshalling attachments
    Custom Jaxb2Marshaller to support pdf,tiff,image, etc attachments import java.util.Iterator; import javax.activation.DataHandler; import jav...
  • Spring security - pre authentication security mapping
    An example for pre-authentication would be site minder which sits between browser and web servers and intercepts requests validating user cr...
  • check long running task status using callable, future, ExecutorService in java
    public boolean checkInBackground() { ExecutorService pool = Executors.newFixedThreadPool(1); Callable callable = new Callable () { @...
  • eclipselink refresh cache
    If JPA 2.0 is used, this can be done using the JPA Cache interface: em.getEntityManagerFactory().getCache().evictAll(); In JPA 1.0 this can ...
Simple theme. Powered by Blogger.