Git Product home page Git Product logo

todolist's Introduction

Todolist

Tutos Java EE6, Spring, ExtJs, Sencha Touch

Objectif

L'objectif de ce tutoriel est de faire fonctionner de comparer deux IHM :

  • Sencha ExtJs
  • Sencha Touch

et deux parties serveur :

  • Java EE
  • Spring

Modules

Ce projet a été découpé en plusieurs modules :

  • un ear JavaEE : TodoList-JavaEE-EAR
  • TodoList-JavaEE : La partie serveur en JavaEE (JPA, EJB, Jax-RS)
  • TodoList-ExtJs : La partie IHM en Sencha ExtJS
  • TodoList-SenchaTouch : La partie IHM en Sencha Touch
  • un ear Spring : TodoList-Spring-EAR
  • TodoList-Spring : La partie serveur en Spring
  • TodoList-ExtJs : La partie IHM en Sencha ExtJS
  • TodoList-SenchaTouch : La partie IHM en Sencha Touch

Le modèle

Le modèle de données utilisé dans ce sample est trés simple. Il s'agit d'une liste d'Objet Todo. Chaque Todo est constitué d'un titre et d'un détail.

Explication

Sencha ExtJS est un framework IHM javaxcript qui permet de faire du MVC coté client.

Les composants view (view/List.js) sont associés à des stores (store/Todo.js) eux même associés à des modèles (model/Todo.js).

Ces store contiennent des proxy qui sont des proxy Rest qui sont directement branchés sur les web services REST (TodoService JavaEE, TodoService Spring).

Ces web service utilisent des service accèdent aux EJB (JavaEE, Spring).

Les EJB utilisent les bean annotés en JPA (Contact.java) pour interroger la base de données mémoire Derby.

Installation

Une vidéo de 7 min montrant comment récupérer le code sur GitHub, créer son workspace sur IntelliJ et déployer l'application sur Glassfish est disponible ici

TODO

  • Faire tourner l'application sur du JBOSS et du Tomcat EE

todolist's People

Contributors

sebastienrevel avatar

Stargazers

Purushottam Kumar avatar

Watchers

James Cloos avatar Purushottam Kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.