<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Conferences 2004 BorCon / Service-oriented Architectures Feed</title>
<link rel="alternate" type="text/plain" href="http://conferences.embarcadero.com/borcon2004/serviceorientedarchitectures" title="Conferences 2004 BorCon / Service-oriented Architectures" />
<link rel="self" type="application/atom+xml" href="http://conferences.embarcadero.com/borcon2004/serviceorientedarchitectures/feed" title="Conferences 2004 BorCon / Service-oriented Architectures Feed" />
<id>http://conferences.embarcadero.com/borcon2004/serviceorientedarchitectures</id>
<updated>2013-05-23T18:57:51-07:00</updated>
<atom:PageCount xmlns:atom="http://www.w3.org/2005/Atom">1</atom:PageCount>
<entry>
<title>JBuilder 2005 Web Services Designer *</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32314" />
<author>
<name>Ravi Kumar</name>
<uri>http://gp.codegear.com/authors/edit/1604.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32314</id>
<updated>2004-10-11T14:18:54-07:00</updated>
<published>2004-10-11T14:18:54-07:00</published>
<summary>The JBuilder 2005 Web Services designer is a powerful development environment for building Web Service applications. This session, direct from the architect of the feature, describes a hands-on fast-paced approach to creating, consuming, testing, monitoring, publishing and verifying compliance of a Web Service. In the process, the session delves deeper into the architecture of the designer and interesting ways to take advantage of the flexibility it offers.</summary>
</entry>
<entry>
<title>Web Services Past, Present, and Future</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32170" />
<author>
<name>Vishy Kasar</name>
<uri>http://gp.codegear.com/authors/edit/1546.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32170</id>
<updated>2004-10-11T14:18:38-07:00</updated>
<published>2004-10-11T14:18:38-07:00</published>
<summary>This session goes beyond the Web Services hype and talks about where Web Services came from, it's current state in the marketplace, and the outlook of the Web Services evolution with regard to the evolving Service Oriented Architecture.</summary>
</entry>
<entry>
<title>Java Web Services</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32287" />
<author>
<name>Eric Whipple</name>
<uri>http://gp.codegear.com/authors/edit/1592.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32287</id>
<updated>2004-10-11T14:21:16-07:00</updated>
<published>2004-10-11T14:21:16-07:00</published>
<summary>Web Services is fast becoming a core mainstream technology. It is a whole new way of providing and consuming service-based Web applications. Almost every major vendor is heavily incorporating the use of Web Services into its technical strategy. This tutorial focuses on using JBuilder to build Web Services applications. Topics include a description of Web Services specification elements, appropriate uses for this technology, and step-by-step examples of building Web Services in JBuilder.</summary>
</entry>
<entry>
<title>Securing Web Services, Part I</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32136" />
<author>
<name>Kenneth Faw</name>
<uri>http://gp.codegear.com/authors/edit/1533.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32136</id>
<updated>2004-10-11T14:17:31-07:00</updated>
<published>2004-10-11T14:17:31-07:00</published>
<summary>Securing Web Services generally requires more than BASIC AUTH over HTTPS. This session takes apart the areas where Web Services expose security holes and introduces standards, toolkits, and products that can help to build a more secure service-oriented architecture. Coverage also includes ebXML.</summary>
</entry>
<entry>
<title>Modeling BPEL4WS</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32091" />
<author>
<name>Richard Gronback</name>
<uri>http://gp.codegear.com/authors/edit/1512.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32091</id>
<updated>2004-10-11T14:17:57-07:00</updated>
<published>2004-10-11T14:17:57-07:00</published>
<summary>How does Model-Driven Architecture (MDA) relate to Business Process Modeling (BPM)? This session explores how these modeling technologies and their underlying languages relate today and how they will likely be used in the future.</summary>
</entry>
<entry>
<title>Foundations of Service-oriented Architectures *</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32135" />
<author>
<name>Kenneth Faw</name>
<uri>http://gp.codegear.com/authors/edit/1533.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32135</id>
<updated>2004-10-11T14:17:31-07:00</updated>
<published>2004-10-11T14:17:31-07:00</published>
<summary>In many companies, the term SOA has come to mean &quot;We do Web Services&quot;. However, with foundations that predate current technology, the strengths of a SOA will be fully realized when we move past the simple Web Services concept and discuss the implications of SOA value to the enterprise. Stealing concepts from previous distributed technologies, this session covers mechanisms for more fully realizing the SOA architecture using Java and Microsoft .NET Framework Web Services.</summary>
</entry>
<entry>
<title>.NET Remoting with Delphi 8 and C#</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32271" />
<author>
<name>Alain Tadros</name>
<uri>http://gp.codegear.com/authors/edit/1585.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32271</id>
<updated>2004-10-11T14:20:56-07:00</updated>
<published>2004-10-11T14:20:56-07:00</published>
<summary>.NET Remoting is an elegant distributed system that consists of an object-oriented framework to enable remote procedure calls over any channel that implements the .NET Remoting specifications. Two of these channels are built into the framework as TCP/IP and HTTP channels, but the sky is the limit on how many you can implement to participate in the .NET Remoting Architecture. This session discusses the different channels available in the framework and the formatting objects associated with them. We include a lengthy discussion about server and client-side activation and demonstrate statefull vs. stateless objects. Finally, the session demonstrates the LifetimeServices concept in .NET Remoting and using Sponsor Objects to alter its behavior.</summary>
</entry>
<entry>
<title>Web Services Access from MIDP Devices</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32245" />
<author>
<name>Ken Sipe</name>
<uri>http://gp.codegear.com/authors/edit/1576.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32245</id>
<updated>2004-10-11T14:20:15-07:00</updated>
<published>2004-10-11T14:20:15-07:00</published>
<summary>Web Services are quickly becoming ubiquitous, with the promise of access to all clients that communicate via HTTP. MIDP is a client having HTTP and HTTPS defined in the latest specification. The MIDP specification fails to standardize XML processing on MIDP devices, XML being required for Web Services processing. This session provides an approach to accessing Web Services with MIDP devices using kxml and nanoXML. We discuss XML limitations and the need for kxml and nanoXML including the techniques necessary to invoke Web Services from MIDP devices.</summary>
</entry>
<entry>
<title>Applying ALM to Application Management</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32537" />
<author>
<name>Chris Peltz</name>
<uri>http://gp.codegear.com/authors/edit/1640.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32537</id>
<updated>2004-10-11T14:19:47-07:00</updated>
<published>2004-10-11T14:19:47-07:00</published>
<summary>Application Lifecycle Management (ALM) techniques have been shown to be very successful in organizations looking to apply a flexible and consistent approach to application development. This session takes an in-depth look at how these same ALM techniques can be applied to the task of application management. Geared to application architects, project managers, and designers, this session introduces a lifecycle-based approach for including manageability throughout the lifecycle, from requirements to design, through development. This session also investigates the use of model-driven development techniques within the lifecycle to assist in the creation of general-purpose management models that can serve the needs of both development and operations teams. Attendees leave this session with a better sense of considerations, guiding principles, and approaches to application management.</summary>
</entry>
<entry>
<title>Foundations of Service-oriented Architectures</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32134" />
<author>
<name>Kenneth Faw</name>
<uri>http://gp.codegear.com/authors/edit/1533.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32134</id>
<updated>2004-10-11T14:17:31-07:00</updated>
<published>2004-10-11T14:17:31-07:00</published>
<summary>In many companies, the term SOA has come to mean &quot;We do Web Services&quot;. However, with foundations that predate current technology, the strengths of a SOA will be fully realized when we move past the simple Web Services concept and discuss the implications of SOA value to the enterprise. Stealing concepts from previous distributed technologies, this tutorial covers mechanisms for more fully realizing the SOA architecture using Java and Microsoft .NET Framework Web Services.</summary>
</entry>
<entry>
<title>Integrating Corporate Web Services</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32289" />
<author>
<name>Eric Whipple</name>
<uri>http://gp.codegear.com/authors/edit/1592.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32289</id>
<updated>2004-10-11T14:21:17-07:00</updated>
<published>2004-10-11T14:21:17-07:00</published>
<summary>This session focuses on adding Web Services elements to integrate multiple applications. Topics include the integration of common elements such as authentication, logging, and routing, using advanced SOAP components such as custom chains and handlers and intermediaries.</summary>
</entry>
<entry>
<title>Securing Web Services, Part II</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32137" />
<author>
<name>Kenneth Faw</name>
<uri>http://gp.codegear.com/authors/edit/1533.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32137</id>
<updated>2004-10-11T14:17:31-07:00</updated>
<published>2004-10-11T14:17:31-07:00</published>
<summary>This session, a continuation of Part I, shows Java and C# code examples for implementing Web Services security.</summary>
</entry>
<entry>
<title>Building and Consuming Web Services using Delphi and .NET</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32219" />
<author>
<name>Xavier Pacheco</name>
<uri>http://gp.codegear.com/authors/edit/1566.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32219</id>
<updated>2004-10-11T14:19:44-07:00</updated>
<published>2004-10-11T14:19:44-07:00</published>
<summary>The session demonstrates how to create and consume Web Services in Delphi using the Microsoft .NET Framework.</summary>
</entry>
<entry>
<title>VENDOR SHOWCASE: How to Optimize Performance, Reduce Risk, and Deliver ROI</title>
<link rel="alternate" type="text/html" href="http://conferences.embarcadero.com/article/32477" />
<author>
<name>Klaus Fellner</name>
<uri>http://gp.codegear.com/authors/edit/1625.aspx</uri>
</author>
<id>http://conferences.embarcadero.com/article/32477</id>
<updated>2004-10-11T14:17:39-07:00</updated>
<published>2004-10-11T14:17:39-07:00</published>
<summary>With the growth in J2EE mission-critical applications and service-oriented architectures, comprehensive performance testing is a must to ensure acceptable performance. This session demonstrates how the combination of SilkPerformer from Segue and Borland Optimizeit ServerTrace can proactively uncover performance bottlenecks deep within the J2EE application tiers, even drilling down to the offending line of code to identify and resolve the specific issue.</summary>
</entry>
</feed>
