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

spring-mvc-project hello-world

I use SpringSource Tool Suite sts to start a hello world example about MVC. File -> New -> Spring Template Project -> then choose Spring MVC Project I add Project Name: helloworld and specify the top-level package as com.helloworld.myapp then…
Aladdin Mhemed
  • 3,817
  • 9
  • 41
  • 56
0
votes
1 answer

Please help with unistalling springSource updates

I'm in a bit of a bind. I just updated my SpringSource IDE and now my application will no longer run. Does anyone know how I can uninstall the last updates? I'm dead in the water until i can get this resolved, so any ideas are greatly appreciated.…
jason
  • 3,821
  • 10
  • 63
  • 120
0
votes
1 answer

Grails dependencies or Maven

I'm using STS latest version (2.7) and latest grails as well. After I created a freshly grails project in STS it freezes in the updating grails dependencies for a long time and it comes out as a timeout error. And it follows by some GroovyObject…
toy
  • 11,711
  • 24
  • 93
  • 176
0
votes
1 answer

Java WebService (Rest/SOAP) Design Pattern

We have an application built using Springs/Hibernate/Springs-MVC/. Now we want to provide RESTful services, planning to use Springs MVC. My question is, is it better to expose the service API directly as Rest Service or write a new Pojo Layer on top…
firefly
  • 252
  • 3
  • 10
0
votes
1 answer

How to find Spring XML definition from Java Class in Eclipse

I work on a large Spring/Struts project in Eclipse. One thing I have to do frequently is dig through the spring.xml file so that I can update the definition for the class that I am working on. It seems like there should be an easy 2 or 3 click way…
Cory Gagliardi
  • 770
  • 1
  • 8
  • 13
0
votes
1 answer

How to find and install missing dependencies of SpringSource for Eclipse

I wanted to install SpringSource so I gave it this update site: http://dist.springsource.com/release/TOOLS/update/e3.6 and used selectAll , now it says cannot continue with installation becuase of some missing dependencies. so generally with an…
Bohn
  • 26,091
  • 61
  • 167
  • 254
0
votes
0 answers

Eclipse Spring Source: Can't rename java class name's references with project has layers

I want to rename my class and its references but I can't make it. Can anyone advise?
0
votes
1 answer

Rollbacks with Spring's Transaction Manager

I am using TaskExecutor class of Springs to perform asynchronous deletion of a few entries in a database.So basically the execute method of the underlying class is run as a thread to perform asynchronous delete. In this method I call bean methods…
Amit Arya
  • 21
  • 1
  • 1
  • 3
0
votes
0 answers

Unsolved errors after installing Eclipse Neon2, buidlship, Gluon for Android applications

I have installed, I think, all useful components that allow to develop some JavaFX applications dedicated to Android, with Eclipse Neon2 At this time, I can generate with this set of tools, from a Java(fx) project, an apk file for Android…
0
votes
1 answer

TC Server Vs JBoss Server

We are planning to migrate to a new WebServer (bye bye Websphere), the main considerations are transaction management persistence message/event handling maintainability distributed architecture MBD/EJB support We are very happy with TC Server…
Sandeep More
  • 655
  • 1
  • 6
  • 22
0
votes
1 answer

cloud foundry eclipse plugin repository

My company uses Nexus Pro for Artifacts and Plug-ins. Our Nexus instance has access through our firewall so that our developers don't need it. The down side to this is that the Eclipse Market Place doesn't work. In the past we have found P2…
0
votes
1 answer

Why web.xml DD for Springsource Bootstrap uses a DispatcherServlet and struts2 is using a Filter?

I would like to know why the web.xml for Struts2 and Spring MVC are different. Both frameworks use "front controller" MVC pattern in my understanding, but Struts2 uses a Filter and Spring MVC uses a Direct declaration of a servlet in the web.xml?…
aruuuuu
  • 1,605
  • 2
  • 22
  • 32
0
votes
1 answer

How to update Nexus index of SpringSource repository

I added two SpringSource repositories to my Nexus instance http://repository.springsource.com/maven/bundles/release http://repository.springsource.com/maven/bundles/external Configuration looks fine but I noticed that the index is always empty. So…
onknows
  • 6,151
  • 12
  • 65
  • 109
0
votes
0 answers

Springsource not showing up in - Define a new server list

Application using: springsource-tool-suite-2.5.1.RELEASE-e3.6.1-win32 Issue: Unable to add spring source tc server in sts Reason: springsource>s pringsource tc server is not present in the list I am struggling to add springsource server in sts.…
0
votes
1 answer

Errors in springsource using grails

I am using Springsource Tool Suite as editor for grails project. The problem is at places i get an error message with a red cross saying Groovy:unable to resolve classes. But when I run the applicatios from command prompt (grails run-app), there are…
Ali
  • 1
  • 2