Giter Site home page Giter Site logo

gaybro8777 / spring-mvc-blueprints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/spring-mvc-blueprints

0.0 1.0 0.0 802.8 MB

Code repository for Spring MVC Blueprints, published by Packt

License: MIT License

Java 39.98% CSS 19.08% FreeMarker 0.01% HTML 1.96% JavaScript 29.79% AspectJ 1.21% Ruby 0.02% Less 3.28% Sass 0.44% SCSS 4.23%

spring-mvc-blueprints's Introduction

GitHub issues GitHub forks GitHub stars GitHub license

Spring MVC Blueprints

This is the code repository for Spring MVC Blueprints, published by Packt Publishing. It contains all the supporting project files necessary to work through the book from start to finish.

##Instructions and Navigation

####These instructions are common to all projects:

  • Prepare for your email incoming and outgoing addresses.
  • There must be Java 1.7 installed.
  • Open this Maven project using STS 3.7
  • Update the Maven project if needed.
  • Must use Tomcat 7.x to deploy else just configure pom.xml ot run in Jetty or JBoss.
  • If Tomcat, run Maven using the command clean install tomcat:deploy

####These are additional project-specific instructions:

#####Chapter 2:

  • FTP server: URL, username and password! Fill in URL of FTP in UploadSingleFileFtpController

#####Chapter 5:

  • Sign-up for SendGrdi account (free account) and get the api-user and api-key
  • Sign-up for Google recaptch account and generate our own private key

#####Chapter 6:

  • Preferred to use Java 1.6. There are bugs when Java 1.7 version is used

#####Chapter 7:

  • For the BTM-JTA Manager configuration, all files are inside jata-server-conf folder
  • If Apache Pluto, run Maven using the command clean install tomcat:deploy
  • Must use Apache Pluto server for portlets to deploy else just configure pom.xml ot run in Jetty or JBoss.
  • For the BTM-JTA Manager configuration, all files are inside jata-server-conf folder

#####Chapter 8:

  • Needs to install Rabbit MQ server and erlang
  • Needs to install Apache Active MQ

#####Code Snippet:

package org.packt.edms.portal.model.form;
import java.util.List;
import org.springframework.web.multipart.MultipartFile;
public class MultipleFilesUploadForm {
private List<MultipartFile> files;
public List<MultipartFile> getFiles() {
   return files;
   }
   public void setFiles(List<MultipartFile> files) {
   this.files = files;
   }
}

##Related Spring Products:

spring-mvc-blueprints's People

Contributors

vishalmewadapackt avatar packt-itservice avatar

Watchers

 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.