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
vote
2 answers

type a simple "©" in STS on a macbook pro

I have a simple but realy annoying problem: I just can't manage to type a simple "©" in STS (SpringSource Tool Suite) on my macbook pro. In any other editor (even plain eclipse) or application I use Alt + G as a shortcut, but this does not work in…
domi
  • 2,167
  • 1
  • 28
  • 45
1
vote
1 answer

How to add more than one schema in PayloadValidatingInterceptor Springs?

i want to add 2 XSD files for validation in payloadValidatingInterceptor, i'm able to add one XSD file under property schema, is there a way we can add 2 or more XSD files for validation.
1
vote
0 answers

Does SpringSource require Internet access to operate?

Silly question perhaps, but a developer group started using SpringSource on systems that were intended to be internal facing systems with no Internet access. Now these systems talk to springsource.com on port 80 all the time. This is creating…
1
vote
1 answer

Eclipse (Springsource Tool Suite 2.3.1) can't resolve dependencies for classes in the same package

This started happening when I upgraded my Springsource Tool Suite from 2.3 to 2.3.1. Essentially whenever I do anything, such as open a file, change a file, etc, I have to do a clean. Everything works fine when I do mvn commands on the command…
1
vote
0 answers

Unable to read properties using PropertySource

I am unable to ready the properties using PropertySourcesPlaceholderConfigurer Below is my code.. applicationContext.xml
Hirein
  • 135
  • 5
  • 20
1
vote
0 answers

Generating call hierarchy using command line

Anyone knows any utility or plugin to eclipse, through which I can generate call hierarchy of a method using command line and output to a file?
Tejas
  • 71
  • 1
  • 2
1
vote
1 answer

Eclipse/STS auto-correcting "new" as "newEmail"

I am using Spring Tool Suite Version: 3.5.0.RELEASE Build Id: 201404011851, which is based on Eclipse. The auto-correct works great, but it is annoying on some cases. The worst case is when I type "new" followed by a space and STS replaces with…
Alexandre Santos
  • 8,170
  • 10
  • 42
  • 64
1
vote
1 answer

How to generate tld files from grails taglibs?

I want to have full code autocompletion. I managed to add core/grails/spring taglibs so that STS does autocomplete tags for me in gsp files. What i want to do now is do same thing for my own custom tag libs. If i create tag lib descriptor by hand…
Art79
  • 313
  • 2
  • 5
  • 16
1
vote
1 answer

Multi-controller with annotations in Spring 3.1.1

i am trying multi controller in Springs 3.1.1 framework using annotation. but its not working i tried enabling support for annotation by configuring xml file in different ways. here is my code dispatcher-servlet.xml
Manish Mahajan
  • 1,140
  • 1
  • 14
  • 38
1
vote
1 answer

SpringSource dm Server occastionally fails to unpack valid ZIP file

When deploying my project to SpringSource dm Server, every once in a while a JAR fails to deploy with the following message: /mnt/myproject/springsource/work/com.springsource.server.deployer/packed/my.project.0.1.10.M.jar' cannot be…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
1 answer

Share eclipse/springsource tool suite server launch configurations

I have several launch configurations that I am adding to source control by saving the .launch file to my project. The project is a spring MVC webapp. The launch files have VM arguments and classpath entries that depend on where the vFabric tc Server…
chris-b
  • 11
  • 2
1
vote
2 answers

in SpringSource Tool Suite, where can I edit the themes?

I've been asked to theme a site for a team (just a few hours they said), but they're using Grails with SpringSource tool Suite. I'm not familiar with either. When I look at the "proper" source, the theme source files don't exist, yet they get…
1
vote
1 answer

how to give the url of a jsp page to open pop up which is in WEB-INF folder while using springs frame work

In my project i have requirement to open a jsp page as a popup from another jsp for that i use the javascript code as follows window.open('popup.jsp','popupname','//properties of popup window ') here in url if i mention as of above then i have to…
raki
  • 195
  • 1
  • 10
1
vote
1 answer

Some objects set by @Autowired always null, others are OK

I have been working on my first Spring project, and I've come across an annoying problem. I have a class called 'UsernameService' which is configured as a bean in the dispatcher-servlet.xml:
ymhr
  • 11
  • 2
0
votes
2 answers

Deploy an Application on Cloud Foundry Server

One problem was occurred when I did deploy the applications to Cloud Foundry with STS(SpringSource Tool Suite). My deployment procedure as flowing: 1:After the Cloud Foundry was completely installed, Clicked YES to restart STS. Select Window > Show…