pkimber.net
0.0.2
  • Amazon
  • Android
  • Apple
  • Apache
  • C++
  • C#
  • CSS
  • deploy
  • Django
  • Eclipse
  • git
  • Google
  • HTML
  • HTTP
  • Java
    • Apps
    • Acegi
    • Activecluster
    • Ant
    • Aperture
    • Axis
    • Chiba
    • Derby
    • Dom4j
    • Dwr
    • Ehcache
    • Findbugs
    • Fop
    • Forrest
    • Geronimo
    • Glassfish
    • Groovy
    • Hsql
    • Itext
    • Jackrabbit
    • Java-ee
    • Java-service-wrapper
    • Jboss
    • Jetty
    • Jexcelapi
    • Jgroups
    • Jini
    • Jmanage
    • Jmeter
    • Jms
    • Jmx
    • Jndi
    • Jpa
      • Links
      • TopLink Implementation
        • Links
        • Maven 2 - Repository
    • Jprofiler
    • Jsf
    • Jsr170
    • Jsr208-jbi
    • Jung
    • Junit
    • Learning
    • Log4j
    • Maven
    • Mockito
    • Mule
    • Nekohtml
    • Osgi
    • Pdfbox
    • Pico-container
    • Portlets
    • Profiler4j
    • Quartz
    • Seam
    • Servicemix
    • Slf4j
    • Snippets
    • Spring
    • Sun
    • Testng
    • Tomcat
    • Xfire
    • Yourkit
    • Links
    • Install
    • 3rd Party Libraries
    • Abbreviations
    • Arrays
    • Classes
    • Classloader
    • ClassPath
    • Collections
    • Console IO
    • Constants
    • Data Type Conversions
    • Date
    • Debug
    • Differences between C++ and Java
    • Encoding
    • enum
    • Errors
    • Exceptions
    • Files
    • Folders and Directories
    • Generics
    • http
    • Order of Initialisation
    • Issues
    • JAR
    • JavaDoc
    • JAX-WS
    • JAXB
    • JDBC
    • JDK Recompile Old Version
    • JSON
    • JSR 173 - Streaming API for XML
    • JSTL
    • JVM
    • Keywords
    • Linux
    • Logging
    • Mail
    • Memory
    • Money
    • Network
    • Package Names
    • Process
    • Properties
    • Random
    • Regular Expressions
    • Resource in JAR
    • Service Loader
    • Servlet
    • Solaris
    • Standards
    • String
    • Swing
    • Threads
    • Timer
    • Tips
    • UUID
    • Workstation
    • XML
    • ZIP
  • Javascript
  • jython
  • Linux
  • Liquibase
  • Lucene
  • Markup
  • Memcached
  • Mercurial
  • Microsoft
  • Mozilla
  • MySQL
  • Nginx
  • OpenOffice
  • PHP
  • PostgreSQL
  • Project
  • Python
  • R programming language
  • RabbitMQ
  • Raspberry Pi
  • Redis
  • Redmine
  • Ruby
  • Social
  • Solr
  • SQLite
  • subversion
  • TaskWarrior
  • Testing
  • Vim
  • Virtualbox
  • CV - Patrick Kimber
  • Info
  • CV - Open Source Contributions
pkimber.net
  • Java
  • Jpa
  • TopLink Implementation
  • View page source

TopLink Implementation

Links

  • TopLink Essential jar for Spring-Kickstart project

  • spring-kickstart

  • http://spring-kickstart.googlecode.com/svn/trunk/kickstart/pom.xml

  • TopLink Essentials 2.0 and maven repository

Maven 2 - Repository

Add the following repository to the pom.xml file:

<repositories>
  <repository>
    <id>java.net</id>
    <url>https://maven-repository.dev.java.net/nonav/repository</url>
    <layout>legacy</layout>
  </repository>
</repositories>

and the following dependency:

<dependency>
  <groupId>javax.persistence</groupId>
  <artifactId>toplink-essentials</artifactId>
  <version>1.0</version>
</dependency>
Previous Next

© Copyright 2023, Patrick Kimber.

Built with Sphinx using a theme provided by Read the Docs.