Silicon Valley Code Camp : Nov 8th and 9th, 2008

pyounguk cho

unassigned
About pyounguk
Pyounguk Cho, CISSP, is a Principal Product Manager for Java Platform Group in Oracle, focusing on web services and SOA. He sat at OASIS technical committees, spoke at Oracle Open World and other conferences, and authored technical papers. Pyounguk, having worked as a technical consultant previously, specializes in Security in the context of SOA and J2EE with vast hands-on experiences.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • How to build asynchronous Web Services

    Not Available x   Room: Not Assigned
    Synchronous interaction falls short of many real-world business requirements, and that explains why supporting asynchronous message exchange has been a must-have in any widely-accepted technologies. Service Oriented Architecture(SOA) is not an exception, and it is asynchronous services that can bring out the fullest potential of SOA. It enables SOA to provide richer Message Exchange Patterns(MEP) beyond simple request-response or one-way interactions, which is the case when relying solely upon synchronous messaging. This session goes over common use cases in which asychronous messaging can be useful or necessary, including but not limited to - long running services whose processing time can go beyond time-out of the underlying transport - batch processing of requests at a certain time of the day - human intervention of requests when users should be a part of responding to the incoming messages - multiple responses for a single request where the business acknowledgement or state update messages can be sent out before the final response Manoj Kumar will join me as a co-presenter, who has been working on web service stacks including asynchronous web services.

  • Introduction to Spring Web Services

    Not Available x   Room: Not Assigned
    Spring framework has been gaining tremendous amount of attraction in the developer community. Did you know you can create web services in your spring applications? As is the case with other areas, Spring web service provides a unique development model compared to other frameworks. This session will introduce Spring web services to developers who may have JEE web service development background, focusing on - programming model - key programming APIs - how to enable QoS such as security