Showing posts with label Java SE. Show all posts
Showing posts with label Java SE. Show all posts

Tuesday, April 3, 2012

Hibernate Tools for DB Reverse Engineering (video)

Hibernate Tools have been part of JBoss Developer Studio for a long time - now they are integrated with Dali - and you can use Dali's JPA Generate Entities from Tables feature. This video walks you through how to setup the Hibernate Configuration and the JBDC connection to allow for JPA entity generation.

Sakila H2 Database:
https://github.com/maxandersen/sakila-h2

Hibernate Tools for DB Reverse Engineering from JBoss Developer on Vimeo.

RichFaces 4 for Desktop & Mobile in JBDS 5 (video)

JBoss Central provides an archetype for RichFaces 4, also implementing the "kitchensink" example. RichFaces 4 leverages EE 6's BeanValidation by moving those declarative validation rules from the server down to the client.

RichFaces 4 for Desktop & Mobile in JBDS 5 from JBoss Developer on Vimeo.

JBDS 5 Installation, HTML5, Mobile & OpenShift (Video)

This video walks you through the installation of JBoss Developer Studio 5, uses the JBoss Central HTML5 archetype, introduces the Mobile BrowserSim to demonstrate an application that supports both desktop & mobile UIs and finally uploads it all to OpenShift for testing on real devices.

JBDS 5 Installation, HTML5, Mobile & OpenShift from JBoss Developer on Vimeo.

Wednesday, March 28, 2012

Maven Integration for Web Tools Platform Proposal Posted

Maven Integration for Web Tools Platform (m2e-wtp) is finally on its way home and proposed open source project under the Eclipse Maven Integration project.

Give it a hug if you like it here http://www.eclipse.org/forums/index.php/mv/msg/318532/831379/#msg_831379

M2E_WTP is an extension for M2E which makes your life easier when you import Java EE related projects developed with maven in Eclipse. It does all Web Tools platform related configuration for you at import time. It means all projects get configured as Faceted Projects with required facets after import is finished, so you can use it as regular Web Tools project and start Web Development right away without spending time to manual configuration.

Proposal document is located http://www.eclipse.org/proposals/technology.m2e.m2e-wtp/.

JBoss Tools Community announcement https://community.jboss.org/en/tools/blog/2012/03/28/moving-m2e-wtp-project-to-eclipse

Enjoy!