782 reputation
211
bio website
location Cologne, Germany
age
visits member for 1 year, 11 months
seen 4 hours ago
stats profile views 69

Mar
6
awarded  Organizer
Mar
6
revised How to get the text from anchor tag using Jquery
edited tags
Mar
6
awarded  Caucus
Dec
30
comment Initializing bean in Spring
there is a reason, why you don't get any anwers to your questions. the fact, that you doubled the content of your question shows, that your question was not well thought-out in first place. and after the edit your question does not contain any valueable information besides you having a class annotated with @Component. now you even added a second question inside your first one "how to make state of request scoped bean persistent across multiple request"... it does not make sence, sorry. good and clear questions tend to get good and clear answers.
Dec
28
comment Get Port Number & Host Name in a Spring Application on Tomcat Server
dude, have you even read the question? this answer is as bad as your first one... totally worth a downvote.
Dec
23
comment Check box list not appearing in Spring MVC annotation
this part look like a mistake: value="${category}" there is no category in your code defined.
Dec
22
comment Spring MVC Disable/Advise parameter autocreation
is there any reason why you are not using @PathVariable?
Dec
20
revised Dynamically reacting to changes in select
typo
Dec
19
revised Dynamically reacting to changes in select
additional info.
Dec
19
answered Dynamically reacting to changes in select
Dec
17
comment JAVA SPRING MVC Modify output stream before showing on the page
let me guess... you would have answered "yes" if stackoverflow allowed a answer that short.
Dec
17
comment How can I get the bean definitions without actually creating the beans?
hm... alternative solutin would be to use org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader outside of your ApplicationContext. for your static analysis voodoo you do not really need your ApplicationContext, do you? this step can be done before you initialize your application or even in a seperate process.
Dec
17
comment How can I get the bean definitions without actually creating the beans?
yeah, throwing a exception sounds dirty. and what about making you beans lazy instantiated? of course only works, if they are not used during initialization.
Dec
17
comment How can I get the bean definitions without actually creating the beans?
making beans lazy instantiated would "prevent" initialization
Dec
17
answered How can I get the bean definitions without actually creating the beans?
Dec
17
comment Java: Spring MVC - How do I access the updated model in controller action?
@Matt oh, did not see, it was your own answer :)
Dec
17
comment Java: Spring MVC - How do I access the updated model in controller action?
@Matt you are welcome... do you mind posting your solution?
Dec
17
revised Java: Spring MVC - How do I access the updated model in controller action?
added imho + typos + formatting
Dec
17
answered Java: Spring MVC - How do I access the updated model in controller action?
Dec
16
comment Blender 3D render Java servlet interface
@nelmMNT sorry, i simply just don't understand your both questions. somehow you are concerned about licenses... don't need to. stick to oracle jdk + tomcat and you are good to got. should be enough for you requirements. your second question is not so easy to answer. whether a thread is created for every request or not depends on the server you use. most modern server use more effective methods then 1-thred-per user.