Search:

Type: Posts; User: Chuck Zheng; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thx Jeremy, Any pointers to tutorial/example...

    Thx Jeremy,

    Any pointers to tutorial/example of building ELResolver (and hook it in with spring)?

    TIA
    Chuck
  2. How to pass literal param to EL eval expression?

    Hi there,

    In the following code I'm trying to pass java constant java.util.Locale.ENGLISH to a spring bean method repoLocalized.findAll(Locale locale):

    <on-start>
    <evaluate...
  3. OpenSessionInView does not work with SWF

    I found out from SWF forum that OpenSessionInView will not help SWF case which has several redirects. So I need to use SWF's <persistence-context/> instead. see this thread:...
  4. Still get LazyInitializationException with OpenSessionInView

    Hi there,

    I'm using OpenSessionInViewInterceptor, but I still get LazyInitializationException.

    I am trying to build a pet project with Hibernate + Spring + SWF + JSF (Rich Faces) dealing...
  5. still got LazyInitializationException with OpenSessionInViewInterceptor

    Hi JTigger,

    I'm using OpenSessionInViewInterceptor, but I still get LazyInitializationException.

    I am trying to build a pet project with Hibernate + Spring + SWF + JSF (Rich Faces) dealing...
  6. That's what I thought. But I've been searching...

    That's what I thought. But I've been searching it all around the SWF site and could not find any. really appreciate anyone from SWF team can help
  7. When you say " ... You can however, define two...

    When you say " ... You can however, define two flows in the same web application, under the same dispatcher servlet, one using plain JSP flows and the other using JSF flows."

    Do you mean other JSF...
  8. is SpringFaces broken with JSP as view?

    Help - can someone show me a working example of SpringFaces using JSP as view instead of facelets?

    TIA
    chuck
  9. hi nkaza, do you get any answer to your...

    hi nkaza,

    do you get any answer to your question? I've just posted some similar question yesterday.

    thx
    chuck
  10. Replies
    0
    Views
    601

    Any example of SpringFaces + JSP?

    Hi there,

    I know the SpringTravel is a good example, but it uses facelets/xhtml. Is there a working example using SpringFaces + JSP? If yes, where can I download its source?

    thx
    chuck
  11. Q: trouble getting tag handler class for sf:commandButton

    Hi there,

    I'm trying to use spring faces' commandButton in the following JSP:



    ...
    <%@ taglib uri="/WEB-INF/lib/spring-faces.tld" prefix="sf"%>

    ...
  12. SpringFaces using JSP - why _eventId missing?

    Hi,

    I'm trying to to adapt my simplest working SWF + JSP code to SpringFace + JSP. The page renders fine, but the request does not send _eventId as it used to do in SWF+JSP (which I put in the...
  13. Replies
    0
    Views
    527

    SWF Travel Demo down?

    When I try to login to:

    http://richweb.springframework.org/swf-booking-faces/spring/login

    I got:

    HTTP Status 404 - /swf-booking-faces/spring/WEB-INF/flows/main.xhtml

    type Status report
  14. any documentation about "dataModel" for result-type?

    what is dataModel, who creates it and how is it used? where I can find more doucmentation about it?
  15. What Web framework do people use with Spring

    Hi there,

    I am just interested in doing a tally to see what different web technology you have used with spring in your projects (if you can also share what works well, what does not, what you...
  16. What is your BusinessObject? - Are they like...

    What is your BusinessObject?
    - Are they like Order, Invoice, Item?
    - Are they managed by spring?
    - who is managing relationships among Order and Item? spring's dependency injection or ORM - like...
  17. Thx a lot for informative replys. I will get a...

    Thx a lot for informative replys. I will get a copy of DDD to further study the Service concept - I've read Martin Fowler's Patterns of Enterprise Application Architecture in which he is not so sure...
  18. Q: If Domain objects are not spring beans ...

    Hi there,

    I am evaluating how to move our web-based EJB2-backed enterprise OLTP app to Spring/Hibernate/JSF. we have over 200 tables/entities supporting thousands of concurrent users processing...
  19. Replies
    8
    Views
    2,297

    so I take your domain objects are not spring...

    so I take your domain objects are not spring beans. I guess your DAO is still singlton spring bean. if so, if its biz logic need to perform a lookup on other domain objects (as opposed to...
  20. Spring-based domain model

    After reading the thread with great interest. I see many different opinions and still not sure about how to impl domain model with spring. I have following questions:

    1. should domain object...
  21. Replies
    8
    Views
    2,297

    Do you implement Domain Object as Spring Bean?

    So do you implement Domain Object as Spring bean? If so, I assume they are not singleton. Are they prototype beans?

    If I need to model Order has many LineItems and LineItem refer to a Product....
  22. Replies
    1
    Views
    895

    JSF for petclinic?

    Has anyone build a JSF UI for spring app? I am interested in building one for petclinic example. Any advise how should I start? tips? warnings?

    Thanks in advance
    chuck
  23. So does this mean the hibernate session to DB is...

    So does this mean the hibernate session to DB is open by default and usable by view when rendering its contents.

    What if a DB access error occurs during the rendering phase?

    cheers
    chuck
    ...
  24. Q: petclinic - when does Hibernate retrieve Pets for Owner?

    Hi there,

    In petclinic, HibernateClinic.loadOwner only loads Owner. When owner.jsp display pets. Does Hibernate loads Pets for UI at that time? or loadOwner() method "eagerly" loaded magically?...
  25. how is views.properties used in petclinic example?

    Hi there,

    I've just started playing with Spring, and I look into the petclinic example that came as part of the distribution and followed Ken Kreb's write-ups about it on the spring site. I am...
Results 1 to 25 of 28
Page 1 of 2 1 2