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
90
votes
13 answers

System.console() returns null

I was using readLine of BufferedReader to get input/new password from user, but wanted to mask the password so I am trying to use java.io.Console class. Problem is that System.console() returns null when an application is debugged in Eclipse. I am…
Gauls
  • 1,955
  • 6
  • 28
  • 44
62
votes
4 answers

Can I disable the Dashboard window when SpringSource Tool Suite starts up?

There apparently used to be a toggle switch on the Dashboard itself, but that's gone, and I can't find anything in the Preferences. I'm using version 2.5.2. I know it's really not a big deal, but closing that window over and over is starting to…
peteorpeter
  • 4,037
  • 2
  • 29
  • 47
29
votes
5 answers

Difference Between Spring JDBC Vs Plain JDBC?

What is the main difference between Spring JDBC VS JDBC?
user1127214
  • 3,109
  • 7
  • 26
  • 30
29
votes
6 answers

What is the difference between spring factory-method and factory-bean?

I am new Springs. In Bean tag I found factory-method and factory-bean Attributes. What is the difference between factory-method and factory-bean? I am using factory-method to call my getInstance static method to create singleton object. What is…
cvsr.sarma
  • 879
  • 1
  • 13
  • 29
14
votes
2 answers

Spring Web Flow 3 Development Abandoned?

Does anyone have any information on Spring Web Flow 3 status? Here are a few relevant links that support my sense that springsource has essentially abandoned the project: 1)Official roadmap indicates they are missing milestones by over a year now…
Dave L.
  • 9,595
  • 7
  • 43
  • 69
14
votes
2 answers

Eclipse debugging / step into method skipping AOP wiring

I'm debugging a SpringSource application in Eclipse 3.5 that makes heavy use of AOP to wire up the components. If I want to step into a method of a class wired with AOP, I first have to step through around 20 layers of SpringSource wiring methods…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
11
votes
2 answers

Quick way to set custom syntax highlighting in Eclipse

I know I'm not the first to need this. I am working on an in house created codebase and I would like to apply highlighting to it within Eclipse. In Notepad++ I can set language for the file I'm looking at. Is there any way to do this for…
Donovan
  • 906
  • 2
  • 11
  • 17
9
votes
3 answers

Understanding basic Spring Framework and Total Flow

I am new to the Spring Framework. Please guide me regarding basic understanding of Spring. I know Java and JSF, but I don't know anything about Struts or other frameworks. I have searched the Internet and was able to download a PDF, but I don't…
user1407297
  • 121
  • 1
  • 2
  • 6
8
votes
1 answer

SpringSource Tool Suite (STS): How to run server and Java project through the IDE?

I'm using the latest version of SpringSource Tool Suite (STS). I have set up a Java project. My code has an Ant build file that packages a WAR. I have Tomcat 6.0.24 installed locally on my Mac 10.6.3. Can someone point me to how I deploy my…
Dave
  • 8,667
  • 25
  • 72
  • 90
8
votes
1 answer

Eclipse: Make Tabs visible, Spaces invisible

Usually I'd like to edit files with Spaces only. But when I open files with Tabs, I'd like to see them (for example as arrows ->). With such files I do my edits careful, so not to destroy the original authors coding style -- usually I insert tabs by…
towi
  • 21,587
  • 28
  • 106
  • 187
7
votes
2 answers

how to access an element of arraylist in jsp when index is a variable?

i m accessing an element in an arraylist. the problem arises as the index of the required element is a variable. can anyone plz help me? eg here module.moduleId is a variable. i…
Shubham
  • 329
  • 1
  • 5
  • 17
6
votes
1 answer

What are the advantages of using Spring Data neo4j over just using neo4j directly?

I am brand new to NOSQL databases (or any kind of database) and I need to build a graph database in Java. I have never used SpringSource before either. Will using Spring Data neo4j make the process of creating a graph database easier or will it…
user1056805
  • 2,633
  • 5
  • 21
  • 19
5
votes
5 answers

Hibernate, JDBC-driver and OSGi problem

I'v encountered a somewhat frustating problem. Im using Apache Felix as my OSGi framework and Im also using Hibernate for persistency issues. Im using the "osgi-bundle" version of Hibernate (com.springsource.org.hibernate-3.2.6.ga.jar). As far as I…
None
5
votes
1 answer

Getting EL variable properties in eclipse

I'm using Eclipse/Spring source to edit JSP tags and EL. If I want to check what all the properties of a variable are is there a way to do this? Or even find out which file is generating the variable that's passed in. I'm thinking something along…
wheresrhys
  • 22,558
  • 19
  • 94
  • 162
5
votes
1 answer

Tomcat understands amq:broker but Eclipse marks errors in schema

When working with ActiveMQ in Eclipse, you might sometimes get a schema parsing error as such: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element…
Héctor Ramos
  • 9,239
  • 6
  • 36
  • 39
1
2 3 4 5 6 7 8