vcanocepeda / StocksApp

StandAlone app that will be writing diffrent stock prices on DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are basically two options:

JPA and JAXB annotations on the same classes (see Hyperjaxb3 or DataNucleus) Or you keep them separated and write code to map one onto another I personally do not see much added value in the cross-model mapping code. Usage of factories also does not seem too innovative, it is just a question of programming technique which you use to map one onto another. JPA and JAXB in the same entities

Read DataNucleus convert JPA to JAXB entities This can definitely be done. I actually find the prospect of maintaining code to copy between the models more problematic.

EclipseLink is a great choice for this application as it contains both a JPA (EclipseLink is the RI and open sourced from TopLink), and a JAXB implementation.

EclipeLink JAXB (MOXy) also contains a number of extensions for mapping JPA entities to XML:

XPath base mappings Mapping bi-directional relationships (using @XmlInvereseReference) Handling composite key relationships Handling embedded key classes Handling java.sql.* types For more information see:

http://wiki.eclipse.org/EclipseLink/Examples/MOXy/JPA

http://quartz-scheduler.org/overview/quick-start

we could delete easily a stock but we will find difficulties to delete a market http://www.mkyong.com/java/how-to-run-a-task-periodically-in-java/

StandAlone app that will be writing diffrent stock prices on DB

StocksApp

StandAlone app that will be writing diffrent stock prices on DB

branch 'master' of https://github.com/vcanocepeda/StocksApp.git

false

About

StandAlone app that will be writing diffrent stock prices on DB


Languages

Language:Java 100.0%