Search:

Type: Posts; User: gr8ful

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,411

    Re: Service Oriented Architecture

    I recommend you spend more time learning about SOA. For example, the current trend is moving towards REST and JSON, away from SOAP and XML.

    One common approach is the Web Application presents a...
  2. Replies
    1
    Views
    1,390

    Re: Business Delegate and Session Facade usage.

    Session Facade is not a commonly used pattern. Pick up a copy of Martin Fowler's Patterns of Enterprise Application Architecture to learn more.

    Business Delegate is more common but most architects...
  3. Re: What can I use instead of instance variables in a servlet?

    The problem is you are trying to preserve state. That is, you are trying to maintain data either between requests for the same user (or perhaps shared among all users?)

    The Servlet is designed to...
Results 1 to 3 of 4