Tagged Questions
1
vote
2answers
42 views
Spring MVC special login interceptor
I have this small web application, for which I am using Spring MVC 3.0
The way I have implemented the login functionality is via normal Handler Interceptor. i.e. when the request comes in the Session ...
0
votes
2answers
48 views
How to use beans in model attribute in Spring framework
Hello Might be it's a silly Question But I am new in Spring frame work. Please help
web.xml
<display-name>demo name</display-name>
<context-param>
...
0
votes
0answers
13 views
Reducing configuration required to add new view in Apache Tiles
I search for ideas on how to reduce some of the boilerplate added by Tiles. Here is how my project organized.
In my spring-mvc config I have Tiles configured this way:
...
<bean ...
0
votes
1answer
40 views
Role based menu in J2EE
I am using Spring MVC for my Web Application. My views are JSP based. What is the Best Practice show role based menus.
Should I make a check in JSP page for role?
Should I built menu in Java class ...
1
vote
2answers
55 views
How to create paths in RESTful web service for “action oriented” methods?
I am creating a RESTful web service and I try to follow the conventions and recomendations for creating a good web service. Now I have come to a halt though. I have a User entity in my system that I ...
0
votes
1answer
46 views
java.util.zip.ZipException: error in opening zip filein JBOSS Server
When i deploy my *.war file in jboss 4.2 server it says
java.util.zip.ZipException: error in opening zip file
but it is working in the tomcat server
Error LOG
java.util.zip.ZipException: error in ...
0
votes
1answer
50 views
Spring Dependency Resolution
I am new to Spring and I am going to develop my first Helloworld Application in spring.
What I use
Spring 2.5.6
JDK 1.7
Eclipse 3.6
Maven
I downloaded Spring framework and added all the required ...
0
votes
1answer
55 views
Bean injection inside a JPA @Entity
Is it possible to inject beans to a JPA @Entity using Spring's dependency injection?
I attempted to @Autowire ServletContext but, while the server did start successfully, I received a ...
1
vote
1answer
36 views
How do i handle multipart file upload in spring 2.5 with java 1.4 (with out anotation)?
How do i handle multipart file upload in spring 2.5 with java 1.4 (with out anotation)?
I need to handle the request in
public ModelAndView handleRequest(HttpServletRequest request, ...
0
votes
1answer
126 views
spring nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice
i tried hard to get rid of this error, but it doesnt want to leave me.
here is the config xml
<?xml version="1.0" encoding="UTF-8"?>
<beans ...
0
votes
1answer
27 views
How can i populate some textfield on selection of an option from the form:select having items as object list?
I have a DTO with attributes id,name and text. I am generating a list of these DTO's and sending them into my JSP through model.addAttribute. In my jsp i am rendering a spring list like this.
...
0
votes
1answer
40 views
How to manage logged in session in spring mvc
I have a login controller which autheticates userId and password and set the userId in session , now by legacy I can allways check for the userId key in session ..if present user is logged in if not ...
0
votes
1answer
41 views
Spring MVC with Hibernate Data Saving Error
I have two tables: Company and Automotive. A company can have many automotives.
I am unable to persist an Automotive properly. Company is selected in View page from a drop down.
My Controller
...
1
vote
0answers
23 views
Returning different JSON objects based on role of currently authenticated user
How do I conditionally serve different JSON objects from a Spring (3.1) backend? I am using Spring Security but I don't understand how I can serve different representations of an object?
I am only ...
0
votes
1answer
28 views
tomcat doesn't manage character encoding properly
I have written a project with spring mvc & spring security, & in fact I want to make my client to search inside my database but unfortunately I encounter to encoding problem & I can't ...
0
votes
0answers
31 views
Need to create template based page layout for CMS
What I need to achieve in my CMS is :
total max columns : 3
user can select 2:1 , 1:2, only one column.
Now I can achive that in traditional way using if else .
Is there any better option to ...
0
votes
1answer
41 views
What is the use case for overriding default login-processing-url in spring security
Here is a sample config for spring security form login
<http auto-config="true" use-expressions="false">
<form-login login-processing-url="/static/j_spring_security_check"
...
0
votes
1answer
55 views
Spring security does not work
I am getting an error when I try to login (or, when I abort the HTTP Basic dialog with escape)
HTTP Status 401 - PreparedStatementCallback; bad SQL grammar [select
username,authority from ...
1
vote
1answer
30 views
Tables in Spring security
I want group based security in my application. However I don't understand how to use it.
Looking at the two different database schemas from the appendix, I got some questions. Am I supposed to extend ...
0
votes
1answer
81 views
Error creating bean with name .. Injection of autowired dependencies failed
im implementing a java spring client to access the webservice, but im having problem with bean creation and autowire. im not sure what are those because im very new to these. im not using maven, just ...
1
vote
1answer
64 views
Adding groups in Spring security
I want to use the group abstraction in my application. However I don't understand how to configure it nor which tables I need. Is it right that you have one user table with the username, password and ...
0
votes
0answers
43 views
Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed;
i'm using spring security and spring mvc to cretae a login interface using mongodb
but i have a error that i can't resolve it
anyone have the same problem can help me
GRAVE: Exception sending ...
0
votes
0answers
37 views
Hibernate not creating records on deployment machine, update failling
I am working on a web application using Hibernate and tomcat 7.
There are 3 users User1, User2 and User3
The relationship between the User and Contact is many to many.
On the Dev machine, all ...
0
votes
2answers
71 views
Spring MVC outputStream
my problem is that I have a program which does make a file & stream it out to the user & I have two problem:
1) first how do change the file name & type (x.sql)
2) what if there's an ...
-1
votes
0answers
52 views
Get data from two entities in Hibernate
By now i used a list to get a data from one entities. I put this data in json object and return object which have tree model. In tree model one sub-tree have data from one table. Then now i must get ...
-2
votes
2answers
48 views
how to use two different controllers in the same page jsp
I m using spring mvc 3 and jsp for interfaces , the problem that i have one page jsp which contains 3 diffrenets controllers like this :
the first:
@Controller
@RequestMapping ("/contrats")
public ...
2
votes
1answer
54 views
Spring MVC accessing static resources not working for one level of hierarchy
I am using the below line of code in spring-servlet.xml for accessing the static content in my spring mvc project:
<mvc:resources mapping="/res/**" location="/res/">
It works fine for level ...
0
votes
3answers
73 views
What is the prefered way of saving an uploaded file in Java EE application? [closed]
As the title says, what is the prefered way of saving an uploaded file in a Java EE web application? I read some answers on other questions that saving the file to the filesystem of the servlet ...
-5
votes
0answers
28 views
Looking fir suggestions on how design dynamic web site of reference content [closed]
trying to build a java website with a database backend to fill content. Site would be similar in idea to http://tomcat.apache.org/ or http://www.w3schools.com/html/default.asp.
Left side would be ...
0
votes
0answers
103 views
Should I use AsyncContext or DeferredResult?
If I have a single-async-request-and-single-async-response scenario, which is the preferred construct to use ? Servlet 3.0's AsyncContext or Spring's DeferredResult ? and why ?
(i.e other than the ...
0
votes
1answer
145 views
How to upload image and post JSON to RESTful web service in Spring 3
I am trying to post a JSON entity and an image to my web service. However I don't manage to get it working. Last error is that the request is not a multipart request.
@RequestMapping(method = ...
2
votes
3answers
51 views
How to cancel previous actions in java spring mvc application
I am developing a spring MVC application. I ran into some interesting case.
To make it easier to explain i am taking the stackover flow buttons on the top as example( i mean those questions, tags, ...
0
votes
1answer
32 views
Keep object in the view after refreshing when using RedirectAttributes.addFlashAttribute
Thank for Spring 3.1, I can make Post/Redirect/Get happen using RedirectAttributes.addFlashAttribute, But it seem like has small issue
here is the method that persists form object, then redirect to ...
0
votes
1answer
64 views
What is a good way of introducing Resource bundle (to support different languages) on an existing system?
We have a legacy application system which has been built 15 years ago and we still use it. Our system only supports English. However, right now we are working on a new project which should use some ...
1
vote
2answers
58 views
Simple Request mapping not working, Beginners in Spring
I am beginner in spring mvc i have 2 jsp :-
1. Webcontent/index.jsp : This works fine . The index file has a hyperlinked text like :-
<a href="hello.html" rel="nofollow">Say ...
0
votes
0answers
73 views
Spring mvc, post method to load csv file to database
I have a question about import csv file. My friends write to me in ajax window to help me import csv file. He checks .csv and send to me by post metod file.When i click import file the browser show me ...
1
vote
1answer
50 views
How to deal with aggregation and composition in RESTful web service
I have created the following entities, Book, Chapter and Feedback. The Book have many Chapter entities, and it also have many Feedback entities. Since no Chapter entities could live by them self they ...
0
votes
2answers
57 views
What should be the file upload path for CommonsMultipartFile if I want to save the files in the project path?
I want to upload a file into my project relative path.
webapp/fileUpload/ is the path that I want the file to upload.
so when I give the path as
CommonsMultipartFile commonsFile = ...
3
votes
2answers
49 views
Should repository layer always be encapsulated by a service layer?
In the repository layer I define normal data operations such as inserting, finding and so on. I am using Spring and I have the @Repository annotation above the class. Is it bad to use this class ...
0
votes
0answers
24 views
Custom AbstractRememberMeServices does not redirect to the default url when auto login is called in spring mvc
I am using Spring MVC Remember-me functionality in my project. I implemented custom AbstractRemembermeServices class to manipulate cookies and check user details. my default-target-url is ...
2
votes
1answer
40 views
Understanding why does sometime “NULL” and sometime “Empty” value is stored to same field?
Currently I am working on spring(MVC) web app, I have observed something strange while validating entity class fields in my controller. Whenever i try to do validation after each form submittion i get ...
2
votes
1answer
81 views
Best approach for an enterprise Java web application [closed]
I am working on building a membership management web application using Java (Servlet / JSP - MVC model), but I am a bit confused on best frameworks to use in order to ensure 1) Stability 2) speed and ...
0
votes
1answer
48 views
How to spring bind for multiple level classes like student.userAccount.role?
I want to know how to perform spring binding for multiple level class mapping.
I will take an example and explain my problem.
Suppose I have a class hierarchy which says that a Student(POJO) has a ...
0
votes
2answers
99 views
Using ResponseEntity Spring MVC
I want to use the ResponseEntity without returning a body, only set status code and headers. The ResponseEntity is a generic class, do I need to specify the type in this case, and if, what should it ...
0
votes
0answers
59 views
Session is lost and User logs out when JSON format error occurs in UI
We have a web-application deployed on Cluster environment (Weblogic 10.3.6 server) and we are replicating the session on all the nodes.
We have a search Textbox where we could search for items. ...
0
votes
1answer
113 views
exception is org.hibernate.HibernateException: No Hibernate Session bound to thread
I have a problem with input data to my database? spring mvc project
Could you give me some solution ?
This is an error:
SEVERE: Servlet.service() for servlet [appServlet] in context with path ...
6
votes
2answers
125 views
Web Data Streaming in Java EE
we have a design like this :
our installed service upon tomcat has a method getDatabaseData(String request) (RMI Client) which receive data from database using (RMI Server implementation) existing ...
0
votes
1answer
36 views
DropDown selected value to be transfered in spring
From jsp i need to transfer the value selected in drop down when a user click on search button which is submitting the form.
<form:form modelAttribute="firstVO" method="post">
...
1
vote
1answer
68 views
@RequestMapping does not work on methods when I have annotated the controller
I have annotated the controller with a requestmapping. I also annotated the method with another requestmapping, however it doesn't seemed to get mapped. I am using Spring 2.5.
...
0
votes
0answers
85 views
Spring MVC with EJB 3.1 and JPA 2
I have a project that only uses Java EE 6 for services and persistance. I´m now going to add a web project ontop of this that will show the gui and only communicate with EJB service layer. Are there ...






