Eclipse RCP/RAP with Spring DM, Spring Data JPA and Remoting


This page display the list of articles called « Eclipse RCP/RAP with Spring DM, Spring Data JPA and Remoting« . Here the plan of those articles :

  • [step0] : introduction about of Eclipse RCP/RAP with Spring DM, Spring Data JPA and Remoting.
  • [step1] : initialize Spring DM.
  • [step2] : develop a Simple OSGi Bundle which uses Spring to create an instance of a Thread.
  • [step3] : add services layer and consume/publish OSGi UserService with Spring DM.
  • [step4]: add DAO layer with Mock Implementation.
  • [step5]: download Spring Data JPA, EclipseLink, Derby and extends the org.springframework.data.repository.PagingAndSortingRepository in UserDao API.
  • [step6]: implements JPA Dao with Spring Data JPA, EclipseLink, Derby.
  • [step7]: show some features of Spring Data JPA like pagination and criteria.
  • [step8]: develop a Rich Client with RCP Application to display User list in a SWT Table by consuming the UserService by using Spring DM by using the SpringExtensionFactory from Martin Lippert.
  • [step9]: Eclipse RCP client with pagination by using Nebula pagination control.
  • [step10]: Eclipse RAP client with Single sourcing to support Desktop and WEB mode both (Single Sourcing).
  • [step11]: introduction about remoting.

Laisser un commentaire