Recent Comments
2013-03-27T16:50:32CET
Stan
Thank you for the great tutorial. Time goes on, and there are some fixes should be done to the pom.xml.
If you get an error while building the ...more
2013-01-31T17:45:28CET
Scott Marlow
https://docs.jboss.org/author/display/AS72/JPA+Reference+Guide#JPAReferenceGuide-ExtendedPersistenceContextInheritance describes some changes th...more
2013-01-30T14:57:07CET
Romain Piel
Very cool, thanks for this great blog post!
As I'm a github addict, I've added your starter project to a new git repo. I've linked the README to...more
2012-12-30T09:05:59CET
Ben
benkuhl_AT_gmail.com
I'm trying to use Maven on a project, but have already built part of the Android project using the latest IntelliJ. Unfortunately I don't feel ...more
2012-11-30T21:23:31CET
kalu banda
dmrrb_AT_yahoo.com
Do you have a sample project which you set up to do this? I followed all your steps, I am unable to debug client side code still.
Thanks,more
2012-11-15T10:25:33CET
Christian Bauer
Configuration for Hibernate 4.x:
<property name="hibernate.transaction.jta.platform"
value="org.hibernate.service.jta.platform.inter...more
[Cling, UPnP, DLNA, Java]
After one year of no updates, the first cut of the next major version of Java's top
UPnP/DLNA library, Cling, is now available. You can
download the ZIP
or use 2.0-alpha1 in your Maven build.
What's new:
- Dual-licensed under LGPL or CDDL, this should resolve any legal issues with packaging Cling in Android DEX/APK format.
- Support for CDI, the Workbench app is now a full Swing/CDI application with a nice MVP pattern. We still have to write a simple Cling/CDI demo app and integrate GENA and CDI eventing.
- New demo applications for Cling on Android, with source, available in the distribution and fully documented in the manual. Android platform level 15 is now required.
- Much improved stability and interoperability; code from several production applications was contributed (thanks Michael Pujos!) and we now have lenient XML parsers and processors available.
- New network transport based on Jetty 8 client and server, as any other popular HTTP client is unusable on Android.
- (The bridge and osgi modules are not ready at this time and aren't included in the alpha1 release.)
Please give this new version a thrashing and report issues on the mailinglist.
[Java, Hibernate, JPA, Specification, Java EE]


