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
4
votes
0 answers

RestTemplate, PUT method, and Expect: 100-CONTINUE

I'm a newbie to resttemplate and how it is backed by Apache http classes. So at first I thought all I needed to do was manually create http headers with Expect: 100 Continue in order to start implementing a PUT method using that feature. In my case…
paul
  • 113
  • 4
4
votes
6 answers

Groovy code editor suggestions

I'm trying to learn Grails. I'm using SpringSource toole suite. I expected to find code-completion, syntax highlighting and more things like that in the IDE. Nothing like that! Any advice?
Fabio B.
  • 9,138
  • 25
  • 105
  • 177
4
votes
2 answers

pom.xml no such file or directory

I've got a problem when I am building my project. I uses the springsource tools (STS) version 3.1.0 on Linux platform. After I imported my project to the STS, the springsource tools told me that "No such file or directory" at the pom.xml file. The…
Alien Tang
  • 41
  • 1
  • 2
3
votes
0 answers

Weceem 1.1.2 cannot find resources while starting up

When I try to start project with Weceem I get following errors in STS console: | Error 2012-02-07 09:23:54,609 ["http-bio-8080"-exec-3] ERROR resource.ResourceMeta - While processing /plugins/blueprint-0.9.1.1/css/blueprint/screen.css, a…
3
votes
2 answers

Zero Downtime Deployments on tcServer?

I've been investigating using tcServer and one problem I have is the same problem I have always had with tomcat... outages when deploying applications. SURELY there is some way to have zero downtime when deploying applications to tcServer?
James Carr
  • 91
  • 1
  • 4
3
votes
2 answers

Selecting multiple values from select tag - Grails

Could you please anyone tell me how to get multiple values from
supp
  • 53
  • 1
  • 2
  • 12
3
votes
1 answer

How to make Sonatype's Nexus Repository to work with SpringSource’s EBR

I'm looking to add the SpringSource EBR (Enterprise Bundle Repository: http://www.springsource.com/repository/) to Nexus as a proxy. My main reason to doing so is that SpringSource OSGi-fied various well known OSS projects (ex: Velocity,…
user68682
  • 745
  • 2
  • 12
  • 18
3
votes
1 answer

The container 'Maven Dependencies' references non existing library

I use SpringSource Tool Suite 2.3.0. Recently I added the commons-compress dependency to pom.xml as required by jackrabbit 2.0 dependency. Updating maven dependencies console shows: "Missing artifact…
3
votes
4 answers

How to integrate a SpringSource dm Server into another OSGi-based application server?

I would really like to use SpringSource dm Server, but our customer requires us to run our apps on their application server (Websphere). Is there a way to integrate SpringSource dm Server with other application servers? At least dm Server is build…
cretzel
  • 19,864
  • 19
  • 58
  • 71
2
votes
2 answers

SpringSource Tool Suite (STS) install into existing Eclipse install via the update site not working

I'm trying to install SpringSource Tool Suite into an existing Eclipse install (3.7 Indigo). Following the update site manual from SpringSource, everything runs ok, however I cannot find any way to open the SpringSource Dashboard or the welcome…
NightWolf
  • 7,694
  • 9
  • 74
  • 121
2
votes
1 answer

What are the Test Fixtures used in the Spring Framework build and how are they used?

I read spring source code to learn unit test. but confuse about testFixtures usage?
2
votes
0 answers

Can't get a Static Web Project to be available in Servers 'Add and Remove' in SpringSource Tool Suite

I am trying to add a Static Web Site to my localhost server. But, I can't seem to get it to show up as a resource for me to add it to my server as a configured resource. In the Eclipse project navigator, I select File-->New-->Project-->Web-->Static…
Davidson
  • 1,064
  • 3
  • 20
  • 35
2
votes
1 answer

make ivy not to download sources and license files

Is there a way to configure ivy not to download sources & license files via ivy.xml ? I'm currently trying to use default ivy repos + spring repository. my ivysettings.xml is bellow:
Yervand Aghababyan
  • 1,100
  • 1
  • 18
  • 39
2
votes
2 answers

Springsource tool suite and Spring template project

I'm trying to set up a new Spring MVC project using springsource tool suite and the Spring Template project wizard. The wizard asks for a top-level package name such as com.mytravel.company, but it seems to ignore any top level package greater than…
Anthony
  • 1,685
  • 4
  • 22
  • 29
2
votes
2 answers

Unable to deploy a Roo/GWT application on Google AppEngine from Springsource Tool Suite

I followed this excellent tutorial but, as it doensn't cover the deployment part, I tried to do it by myself. So, I installed Springsource Tool Suite in Ubuntu. Then, I create a "demo1" Roo project. Next, with the built-in Roo Shell, I taped the…
Zakaria
  • 14,892
  • 22
  • 84
  • 125