Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,014

    Remove tomcat?

    Silly question... Can tomcat be removed from the DM. What if I want to just use all the DM features but remove tomcat for "security" purposes. Bassically I want to deploy some custom application with...
  2. Replies
    0
    Views
    852

    General architecture question.

    I need to build a an application that will receive an incoming message over a socket, read it transform it and pass it along to a third party, get back the response form the 3rd party and reply back...
  3. Wouldn't that be slow?

    Wouldn't that be slow?
  4. Trying to understand Contacts sample.

    How does spring know which contact belong to what user?

    ContactsAllQuery does not have a WHERE clause?

    Just used to having a many-to-many relationship and DB tables.
  5. Unrelated: (Spring Security Working) Domain how to restirct acces to other accounts?

    Ok so I have spring security working...

    I was wondering what would be the best way to restrict "users" to their accounts only?

    Basically...

    I have an Entity called a Customer. Each Customer...
  6. Replies
    11
    Views
    2,621

    Imagine this your in finacial services.... You...

    Imagine this your in finacial services....

    You have 2 services

    1- payment processing
    2- fraud detection
    3- foreign exchange
    4- ...

    Both services can be used together and separatly
  7. Replies
    11
    Views
    2,621

    Put it this way... I have 2 services... A...

    Put it this way...

    I have 2 services...

    A
    B

    Both services operate independant of each other, though Service B can compliment Service A

    So my options are...
  8. Replies
    11
    Views
    2,621

    Well the common things here is the location and...

    Well the common things here is the location and the date range...

    But you bring up a goodpoint...

    Bassically I have an existing Service A and all of a sudden a have a new Service B and I...
  9. Replies
    11
    Views
    2,621

    Say I have a vacation service that returns,...

    Say I have a vacation service that returns, prices, beaches, hotels, amusement parks etc.. Bassed on a location and date range.

    Now say I have a weather service, that returns the weather bassed on...
  10. Replies
    4
    Views
    1,170

    Thanks

    Thanks
  11. Replies
    11
    Views
    2,621

    Cool. I always though had an idea of using some...

    Cool. I always though had an idea of using some xml thing and dynamically call new code.

    Maybe AOP could help in this...
  12. Replies
    4
    Views
    1,170

    Bassically right now I would like to use srping...

    Bassically right now I would like to use srping in my web app without using springs MVC.

    If I understand correctly, I can add...

    <context-param>
    ...
  13. Replies
    11
    Views
    2,621

    Ok that could be cool, but what if say it's a...

    Ok that could be cool, but what if say it's a brand new service...

    Say I have Service A & B, and I just created service C.

    I want A to use some of the new services of C.
  14. Replies
    11
    Views
    2,621

    Registering services.

    What would be a clean way to register services with each other or involve the least amount of change? Is there any patern?

    Services meaning, I have a service layer per domain.

    So I have service...
  15. Replies
    4
    Views
    1,170

    Retrieving WebApplicationContext?

    What would be a nice way to get the WebApplicationContext once, so I can use throught my web app without allways retrive it per request?

    Thanks
  16. Replies
    5
    Views
    9,470

    yeah am going to start with a simple service...

    yeah am going to start with a simple service layer and go from there...

    The interesting part will be the the server (client) I mentioned before and how I can make it locate multiple services...
  17. Replies
    5
    Views
    9,470

    Thats alot to swallow! :shock: lol I have...

    Thats alot to swallow! :shock: lol

    I have been reading J2EE without EJB...

    I have a legacy app that is coupled beyond imagination :P

    It's a custom server application tha receives XML over...
  18. Replies
    5
    Views
    9,470

    Ok maybe am saying to much? Help me get an asnwer...

    Ok maybe am saying to much? Help me get an asnwer from you guys! make me understand :D

    I guess i can ask something simpler! Where can I find good readings and samples for creating a good service...
  19. Replies
    5
    Views
    9,470

    Creating a proper service layer?

    So I got my hands on J2EE without EJB :D Great read so far! :D

    And am understading how to fit my existing architecture into a more enterprise J2EE architecture...

    So starting with the service...
  20. Replies
    5
    Views
    1,793

    Ok here is the deal... Pre the whole web...

    Ok here is the deal...
    Pre the whole web services buzz... we created an ISAPI DLL which accepted our own XML message format....
    Currently the ISAPI DLL accepts the XML message. When the the request...
  21. Replies
    5
    Views
    1,793

    So if I understand this... I would be able to...

    So if I understand this...

    I would be able to deploy my "broker components" as a servlets on jetty or any servlet container...

    I need to be as fast as possible so I take it hessian is a better...
  22. Replies
    5
    Views
    1,793

    The servlet has to decide where to send the...

    The servlet has to decide where to send the message first!

    So i guess just a quick parse of the message to determine where it should go....

    Also the servlet must be able to determine dynamicly...
  23. Replies
    5
    Views
    1,793

    Dispatching requests.

    OK maybe I was asking this wrong!? :?

    How would I dispatch requests from one servlet to multiple "components" remotly.

    The servlet will act as a signle point of access to the rest of my...
Results 1 to 23 of 23