Search:

Type: Posts; User: thejavafreak; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    899

    I think the spring team is not satisfied with the...

    I think the spring team is not satisfied with the current JEE appservers so they decided to made their own :-d Just my opinion.
  2. Passing model between request with redirect

    Dear all,

    I need to pass the model attribute from one request to another. This is what I did:

    @RequestMapping(method = RequestMethod.POST)
    public ModelAndView...
  3. Hi Luke, I already placed the...

    Hi Luke,

    I already placed the springSecurityFilter before the T5 filter and it still doesn't work, is there anything I must watch out to make it work?

    Thanks in advance
  4. Tapestry 5 and Spring Security 2 problems

    Dear all,

    I currently having problem integrating T5 and Spring Security 2.0. The problem is I already put this config:

    <security:http auto-config="true" realm="ProjexionRealm">
    ...
  5. Getting session id with Annotation-based controller configuration

    Dear all,

    I wanted to get the HttpSession id with Spring Annotation-based controller configuration. Is this possible? How do I get the HttpSession object with this type of controller?

    Thanks in...
  6. Replies
    1
    Views
    727

    Sending printer job on submission

    Dear all,

    I want to send a printer job upon form submission using Spring mvc without displaying what is to be printed. So the controller will print all the variables inside the controller handler....
  7. springSecurityFilterChain does not work in other Appserver

    Dear all,

    I've tried inserting:

    <filter>
    <filter-name>springSecurityFilterChain</filter-name>
    <filter-class>
    ...
  8. Thanks for the response luke, I already put ...

    Thanks for the response luke,

    I already put requires-channel="any" and it still doesn't work. Could it be perhaps because my URL is transformed by URWRewrite?

    thanks in advance
  9. How to define REQUIRES_SECURE_CHANNEL in Security 2.0?

    Dear all,

    I want to secure a specific URL. How do I define REQUIRES_SECURE_CHANNEL in Spring Security 2.0? I can't find it anywhere. Neither does the samples shows us this.

    thanks in advance
  10. Securing views with Spring Security 2.0

    Dear all,

    Is it possible to secure buttons/links with Spring Security 2.0 ? So user will only get buttons and links that is authorized for them.

    Thanks in advance
  11. Hi Arjen, I have given it another try, but I...

    Hi Arjen,

    I have given it another try, but I don't know whether this is the right approach.

    So I have a Department class, and I my service layer wants to return a List of Department. Based on...
  12. Yes have read it. I have managed to marshall a...

    Yes have read it. I have managed to marshall a plain object but I couldn't find a way to (un)marshall a list object with JiBX. I'm so confused with the concept of Spring-WS. :(

    Perhaps
  13. How to send a request and receiving response of List of object

    Dear all,

    I understand that Spring-WS is a contract first WS framework. I'm sorry if my question is dumb. But how do I define in my XSD to send a request with type List of Java object and...
  14. Replies
    4
    Views
    1,274

    Thanks Arjen, This is great news for us. And...

    Thanks Arjen,

    This is great news for us. And where can I look for the JIRA track for Spring-WS 1.5?

    Is there any major architecture difference between Spring-WS 1.0.2 and 1.5? And is Spring-WS...
  15. Replies
    4
    Views
    1,274

    Evaluating Spring-WS

    Dear all,

    Currently we are evaluating Spring-WS for our next project.
    My question is, is it possible to run Spring-WS with JDK 1.4? Since our company's policy don't let us to use JDK1.5 and above...
  16. Replies
    9
    Views
    18,314

    Make sure you delete the hibernate libraries in...

    Make sure you delete the hibernate libraries in your project lib because JBoss 4.2.x use a hibernate 3.3.x
  17. Replies
    10
    Views
    2,808

    Hi all, What is the updates on SWF and Struts2...

    Hi all,

    What is the updates on SWF and Struts2 integration? Since Struts2 is already GA now. Where can I find related info on this?

    Thanks in advance
  18. Replies
    1
    Views
    902

    Other view for login form

    Hi all,

    Would it be possible to use other view than JSP for the login form? So far, the examples given uses JSP form the login form.

    Thanks in advance
  19. OSCache also support integration with spring...

    OSCache also support integration with spring.
  20. Replies
    7
    Views
    1,301

    sure you can get the full detailed PDF from...

    sure you can get the full detailed PDF from http://static.springframework.org/spring/docs/2.0.x/spring-reference.pdf
  21. Replies
    7
    Views
    1,301

    You can start from here:...

    You can start from here: http://static.springframework.org/spring/docs/2.0.x/reference/mvc.html
  22. Replies
    14
    Views
    4,336

    Lumpynose, I only use it like this: ...

    Lumpynose, I only use it like this:


    <table>
    <c:forEach var="department" items="${departments}">
    <tr>
    <td><c:out value="${department.name}"/></td>
    </tr>
    </c:forEach> ...
  23. Replies
    14
    Views
    4,336

    I already changed it with referenceData()...

    I already changed it with referenceData() likewise:

    protected Map referenceData(HttpServletRequest request) throws ServletException {
    Map refData = new HashMap();...
  24. Replies
    14
    Views
    4,336

    How do I use showForm() to get the data I need to...

    How do I use showForm() to get the data I need to display?


    public class DepartmentController extends SimpleFormController{
    protected ModelAndView showForm(HttpServletRequest request,
    ...
  25. I get this message : type Exception report...

    I get this message :



    type Exception report

    message

    description The server encountered an internal error () that prevented it from fulfilling this request.
Results 1 to 25 of 29
Page 1 of 2 1 2