Questions tagged [springsource]

SpringSource is an application framework for Java, orientated at Enterprise applications.

[SpringSource][1] contains a lot of features that help the development of applications that can scale up to the Enterprise level.

The APIs include:

  • , , , along with integration with popular social sites such as Twitter, Facebook.
  • Access to modern , and cloud data services, also includes features for accessing services.
  • Authentication and authorization within security level of different access levels associated with enterprise applications.

The benefits of SpringSource includes and strives on:

  • Modularity
  • Productivity
  • Portability
  • Testability

More information can be found at the linked site as shown here at http://www.springsource.org [1]: http://www.springsource.org/

106 questions
-1
votes
1 answer

Maven project with maven-shade-plugin doesn't deploy to SpringSource Server correctly

We assemble a war file from several Maven based projects. One of the projects uses maven-shade-plugin to include additional library inside its target jar file. Let's call it x.jar for the sake of this discussion. When maven builds the war file it…
1 2 3 4 5 6 7
8