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
2
votes
1 answer

How do I change the Gradle version the Eclipse SpringSource plugin uses?

Note this is for the SpringSource plugin. When I try to import a Gradle project in Eclipse I am getting the following error: Project location doesn't exist; See error log for details. The stacktrace error is basically this: Caused by:…
Kraagenskul
  • 424
  • 1
  • 7
  • 18
2
votes
1 answer

Grails Domains: Get by Id not found

I have a Job (using Quartz) A Service method which uses get (for a Domain class) The problem is: sometimes (1 in a 1000) the domain's get(X) method returns null even if the row with id X exists. If I use executeQuery or findByX the same problem…
VMOrtega
  • 1,948
  • 3
  • 18
  • 22
2
votes
0 answers

Springsource git creates nested folders

I'm new to Spring Source and git and I'm having issues sharing a project. These are the steps I am following to share the project to git after creating a Spring MVC project: Create a new repository named MyProject When it creates that project, it…
2
votes
1 answer

How do I run a javascript project in SpringSource Tool Suite / Eclipse?

I am using STSS 3.1 (GGTS version). I have created a small JavaScript project in STS and would like to run it using the internal vFabric tc server. The server reports that it started correctly, and the home page (showing a bunch of help links…
Gene Golovchinsky
  • 6,101
  • 7
  • 53
  • 81
2
votes
2 answers

SpringSource Spring MVC Template errors when created

I'm just getting started with SpringSource, so I decided to make a Spring MVC project off the template. However, as soon as I create the template, I get the following error in pom.xml Execution default-resources of goal…
Titandrake
  • 616
  • 4
  • 17
2
votes
2 answers

Eclipse keeps changing the Targeted Runtimes

We're using Eclipse 3.4.1 with SpringSource dm Server 1.0. There are two Targeted Runtimes defined (Project / Properties / Targeted Runtimes). The one we setup is called SpringSource dm Server (Runtime) v1.0 There is one pre-defined…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
2 answers

What is the best way to redirect a user to mobile site based on device using custom handlerinterceptor in Spring

Right now we are working on a project that will have a desktop and a mobile version of the site, created in Spring. We want the mobile and the desktop version to share the same Spring security system etc. We are using Spring mobile to detect…
Davos555
  • 1,974
  • 15
  • 23
1
vote
1 answer

Eclipse Plugin Fails to Load

Eclipse can some times fail to load plugins. I have experienced this E3.7 with both ScalaIDE and GroovyEclipse. In both cases some times the syntax highlighting fails. Also I have noticed some times plugin related menu items and popups do not…
1
vote
2 answers

SpringSource Tool Suite - can't run a Spring Template Project

I'm trying to learn about Spring using SpringSource Tool Suite. I haven't had much successful experience with either at this stage. So far I've been able to install STS and create a new project, but haven't gotten much further. The problem seems to…
Luke Eller
  • 627
  • 1
  • 7
  • 23
1
vote
1 answer

How do I configure the SpringSource OBR in Eclipse?

If I understand it properly, SpringSource has a public OBR which contains OSGi bundles for many third party jars. I would like to use it in Eclipse, but I can't get Eclipse to connect to it. I have tried: http://ebr.springsource.com It hangs there…
Sebastien Diot
  • 7,183
  • 6
  • 43
  • 85
1
vote
2 answers

SpringSource Tool suite: How to get my project to run on Tomcat 5.5 / Java 5?

I'm using SpringSource Tool Suite 2.6.0.RELEASE. I want to configure my project to use a run configuration that is a Tomcat 5.5 server using JRE 1.5 (I'm on Mac 10.6.6). I'm having trouble doing this. When configuring my Tomcat 5 server, I set…
Dave
  • 8,667
  • 25
  • 72
  • 90
1
vote
2 answers

Failed to apply plugin [id 'org.jetbrains.dokka']

when I was trying to improt gradle project (spring-framework-master) to eclipse then Appear this error informations : what I hava down the first step : gradlew cleanIdea :spring-oxm:compileTestJava FAILURE: Build failed with an…
gentleman
  • 11
  • 5
1
vote
2 answers

Eclipse autocomplete in xml editor

How to configure eclipse to autocomplete at least class full path on Ctrl+Space in xml editor? I am using springsource tool suite (its same eclipse), there IDE understands when it is beans config file and auto complete works. But elsewhere in just…
whatswrong
  • 2,203
  • 4
  • 25
  • 36
1
vote
1 answer

Where can I download the specified version of spring source code

I think if I really want to the understand how does the spring or spring MVC work. Such as why and how the HTTP request can reach the controller in the spring MVC. I think the best way to achieve that is debugging the source code in the IDE. So…
Joe.wang
  • 11,537
  • 25
  • 103
  • 180
1
vote
2 answers

SpringSource Tool Suite(STS) - worth it?

I finally decided to give SpringSource Tool Suite(STS) a try this morning, only to find that it is not compatible with the current version of Eclipse I'm using.(3.6) So, before making another attempt, I thought I would asks you guys if it's worth…