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 Web Services and Soap

What is the best class/bean to use for a Java Soap Web Service? I am a .NET guy and can't really tell from any articles on the web.
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
2 answers

Unable to open Spring source tool suite

I installed SpringSource Tool Suite after which I was alerted that I hadn't set the JAVA_HOME. The installation was successful by then, so I closed the suite and set the java_home. But now I don't find any way to open the suite. No shortcut in…
Freakyuser
  • 2,774
  • 17
  • 45
  • 72
0
votes
1 answer

How to configure scripted editor to resolve AMD module paths

I'm giving a try to scripted but I can't figure out how to tell the editor where my AMD modules are. Modules that are relative to the file currently being edited seem to resolve fine, but when I edit a file from a package that has dependencies on…
Philippe
  • 6,703
  • 3
  • 30
  • 50
0
votes
1 answer

annotation based autowiring can never give multiple results even though it is by type

My question is: In a web application where I use context component scan rather than writing bean in xml,the beans are created automatically so if in a class I write @autowiring it's implicitly by type and there can never be multiple results in this…
0
votes
1 answer

Bad SQL grammar error on insert statement in springsource STS

I am new to springsource and this is my first project. I am reading s flat file and saving it to a MS SQL server 2008 table, but the command below is incorrect. It works on the similar project that I have been using as a model (I copied the…
0
votes
1 answer

Spring Web-Flow PDF cutting off long source code text

I found that the spring web flow reference guide PDF is cutting off very long lines of source code. I am not sure if other spring project reference PDFs have this issue. Here is a link to the PDF with the problem. Check out pages 7, 8, or 9 near the…
Vork
  • 41
  • 2
0
votes
1 answer

How to store the filesize in db2

I'm using DB2, and from the UI part when I select the any .doc files, the related information has to get stored in the table, like filename,filesize, file extension(doc,docx,ods etc). While creating the table I have mentioned the data type of…
madhu
  • 1,010
  • 5
  • 20
  • 38
0
votes
1 answer

earning by getting involved in Springsource projects

Can one make any earning by getting involved in Springsource projects(by contributing code, submitting pull requests, testing features etc.)
a Learner
  • 4,944
  • 10
  • 53
  • 89
0
votes
1 answer

grails log messages not displaying on STS 3.0 console

I am using Grails 2.1 bundled with the SpringSource's Groovy/Grails Tool Suite 3.0 and have been unsuccessful in getting log messages to display in the console window. I have set the following in the config.groovy log4j = { info…
jetpilot
  • 47
  • 6
0
votes
2 answers

Grails unresolved dependency error

I hope someone can help me. Im trying to install STS/grails on my Windows 7 Prof. machine, which has a 64 bit OS. I also have Ubuntu installed on the same machine (dual boot) and get the same error. When I run the IDE, with my application, i get an…
jason
  • 3,821
  • 10
  • 63
  • 120
0
votes
0 answers

Grails Project Not Compiling Automatically in STS Version 2.9.2

I have a project which has couple of plugins. It has a fairly large amount of classes. The problem is when I tried to save the changes in my code (ie in a controller or gsp file), it doesnt automatically compile. The project by the way is running,…
0
votes
2 answers

Riak for Grails Plugin - Failing to work

I'm trying to configure and test the Riak for Grails plugin. I've removed the hibernate plugin by removing it's dependency in BuildConfig. Note: I'm not attempting to use this against GORM - but merely querying using the spring data support. I've…
Cadriel
  • 735
  • 1
  • 5
  • 6
0
votes
1 answer

How to implement the Add to cart option within a JSP page in a basic shopping cart application?

I am working on an basic Shopping Cart assignment in Springs. The functionalities of the assignment are just to display a given set of products - with info (with an add to cart button). My problem is, integrating the Add button click with the…
lesac
  • 25
  • 1
  • 8
0
votes
3 answers

Grails extension in SpringSource Tool Suite errors

I recently installed SpringSource Tool Suite. And I want to start working with Grails projects. So, I went to the Dashboard -> Extension, where I saw two extensions: Grails (current production release) and Grails Support as in the image below. But…
0
votes
1 answer

Getting error "unable to find valid certification path to requested target" when using java Mailing Service with Velocity Engine

I am using Velocity enguine and java mailing service to send mails. i am using SMTP protocal.. here are my configurations for that bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl"/ property name="host"…
raki
  • 195
  • 1
  • 10