Cargando…

Microsoft SharePoint 2010 development with Visual Studio 2010 : expert cookbook : develop, debug, and deploy business solutions for SharePoint applications using Visual Studio 2010 /

Develop, debug, and deploy business solutions for SharePoint applications using Visual Studio 2010 with this book and ebook.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kithiganahalli, Balaji
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, England : Packt Pub., 2011.
Colección:Enterprise : professional experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spring Roo; Introduction; Setting up Roo; Using Spring Roo with Eclipse/STS; Getting help and hints from Roo; Creating a Roo project; Importing a Roo project into Eclipse or IntelliJ IDEA IDE; Configuring logging; Viewing properties defined in a properties file; Managing properties defined in a properties file; Creating a Java class; Moving existing Spring projects to use Spring Roo; Adding attributes to a Java class; Creating a Java interface
  • Referring to a type from the Roo shellCreating application artifacts from Roo script; Chapter 2: Persisting Objects Using JPA; Introduction; Setting up a JPA provider for your project; Viewing database configuration properties; Managing database configuration properties; Creating persistent entities; Adding JSR 303 constraints to persistent fields; Controlling auto-generated methods of persistent entities; Creating integration tests for persistent entities; Creating new 'data on demand' for testing entities; Creating mock tests for persistent entities; Executing persistent entities tests
  • Creating applications that interact with multiple databasesPackaging your Roo project; Chapter 3: Advanced JPA Support in Spring Roo; Introduction; Viewing candidate dynamic finder methods; Adding dynamic finder methods to an entity; Creating a many-to-one (or one-to-one); relationship between entities; Creating a one-to-many (or many-to-many); relationship between entities; Creating a mapped superclass; Customizing Roo-generated; identifier definition; Generating database metadata; Creating entities from a database; Chapter 4: Web Application Development with Spring Web MVC; Introduction
  • Auto-generating Spring MVC controllers and JSPX views from JPA entities; Packaging, deploying, and using a; Roo-generated Spring MVC application; Modifying Roo-generated views; Round-tripping support in Spring Roo; for web controllers and views; Creating a Spring MVC controller; for a specific JPA entity; Manually creating a Spring MVC; controller for a JPA entity; Adding static views to a Roo-generated; web application; Internationalizing Roo-generated; web applications; Adding or modifying themes; generated by Roo; Adding JSON support to domain objects; and controllers
  • Creating and executing Selenium testsfor web controllers; Chapter 5: Web Application Development with GWT, Flex, and Spring Web Flow; Introduction; Scaffolding GWT applications; from JPA entities; Getting started with Flex application development; Scaffolding a Flex application from JPA entities; Getting started with Spring Web Flow; Chapter 6: Emailing, Messaging, Spring Security, Solr, and GAE; Introduction; Sending e-mails using JavaMail API; Sending and receiving JMS messages; Configuring Spring Security for your application; Using Spring Security with Apache Directory Server