Search:

Type: Posts; User: Manuel Palacio; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,115

    You can use @ManagedBean and @Inject

    You can use

    @ManagedBean and @Inject
  2. Replies
    4
    Views
    6,087

    I attended at talk by Stephan Janssen at JFokus...

    I attended at talk by Stephan Janssen at JFokus and was pretty impressed by what he has achieved with Flex. Once thing he pointed out is that JavaFX is going to catch with Flex in a year or so (he...
  3. Replies
    2
    Views
    898

    Couldn't you just: Create the common test...

    Couldn't you just:


    Create the common test classes in WebServices-API
    Extend these classes in each of the dependent modules
    Annotate the classes in the dependent modules with...
  4. Replies
    2
    Views
    4,731

    http://cagataycivici.wordpress.com/2007/12/19/anno...

    http://cagataycivici.wordpress.com/2007/12/19/annotate-jsf-beans-with-spring-25/
  5. As a previous user mentioned, a typical solution...

    As a previous user mentioned, a typical solution is to create a list of different implementations that can handle the message (passing them whatever objects they need to do their job, maybe via a...
  6. Replies
    9
    Views
    2,545

    Thanks Mattias!

    Thanks Mattias!
  7. Replies
    9
    Views
    2,545

    Jayway guys, Which repo is that? I don't...

    Jayway guys,

    Which repo is that?

    I don't see it here: http://repo1.maven.org/maven2/org/springframework/spring-ldap/

    I need those jars :)
  8. Replies
    2
    Views
    1,023

    I use IDEA...

    I use IDEA. Is there something better? ;)

    Check out the Spring integration
  9. This post describes the Spring + JSF approach. ...

    This post describes the Spring + JSF approach.

    http://cagataycivici.wordpress.com/2007/09/10/using-spring-to-manage-jsf-beans/
  10. I think going through the EJB layer is overkill....

    I think going through the EJB layer is overkill. I'd use the DelegatingVariableResolver and inject dependencies into the managed beans.

    Btw if you are starting a new JSF project you should use...
  11. #2 is definitely the preferred approach. This...

    #2 is definitely the preferred approach. This (old) article discusses pros/cons.

    Gavin King writes about pagination here
  12. Replies
    1
    Views
    993

    Have you tried the .NET messaging API:...

    Have you tried the .NET messaging API: http://activemq.apache.org/nms.html.
    Take a look at Spring .NET and its listener containers.

    http://www.infoq.com/articles/jms-spring-messaging-interop

    ...
  13. Hi Kiran, I think this topic has been analyzed...

    Hi Kiran,

    I think this topic has been analyzed *to death* in this forum and related Spring presentations. Search and you will find endless info :)

    You can keep the logic in the business layer...
  14. Replies
    5
    Views
    1,155

    Yes. ...

    Yes.

    http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e13057

    http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/

    Check out how the jpa example is built...
  15. Replies
    5
    Views
    1,155

    Well, then you are probably going to have to...

    Well, then you are probably going to have to reassemble and disassemble the application state for every request in the typical stateless fashion.

    Try Seam... Even if you are using simple servlets...
  16. Replies
    5
    Views
    1,155

    In this case (a dialog) I'd expect to receive a...

    In this case (a dialog) I'd expect to receive a managed object.

    I'd expect a persistence context which is active during the conversation (your dialog) and that lets me work with managed objects...
  17. Replies
    3
    Views
    1,043

    public void removeEmployee(Employee employee); ...

    public void removeEmployee(Employee employee);

    public Employee flagEmployee(Employee employee);



    Define these methods at the data access level (DAO). This gives you the opportunity to...
  18. Replies
    3
    Views
    1,150

    Well, if you're using Weblogic 10 you already...

    Well, if you're using Weblogic 10 you already have clusterwide-singleton EJB timers with automatic failover available.
  19. Replies
    19
    Views
    2,614

    Same here...

    Same here...
  20. Replies
    7
    Views
    1,598

    Try removing the * OK, I see that you've...

    Try removing the *

    OK, I see that you've tried that as well. Sure? It works for me (version 2.0.5).
  21. Replies
    19
    Views
    2,614

    I don't think it's a good idea to focus on...

    I don't think it's a good idea to focus on "patterns" up front. When you do that you usually end up with overkill solutions. You should instead focus on making the code reusable, getting rid of...
  22. http://blog.exis.com/colin/archives/2006/02/17/jta...

    http://blog.exis.com/colin/archives/2006/02/17/jta-does-not-equal-automatic-support-of-two-phase-commit/
  23. You can get some degree of synchronization with...

    You can get some degree of synchronization with ContextSourceAndDataSourceTransactionManager but it won't be like true XA.

    If something goes wrong during the commit of the LDAP part of the...
  24. Replies
    14
    Views
    2,575

    I think you'll find useful info here...

    I think you'll find useful info here

    For highly trafficked sites it seems that the general recommendation is to stick to request-oriented frameworks but it's probably because it's hard to find...
  25. Replies
    14
    Views
    2,575

    No, I guess for a simple web shop you don't need...

    No, I guess for a simple web shop you don't need more contexts apart from request and session. So SWF is probably overkill.
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4