Library podcasts tagged with xml

Search filter
Tags
Page 2 of 3
  • Parleys.com: JSR 310 - Date and Time API

    Published 1 year ago, running time 0h55m

    This JSR will provide a new and improved date and time API for Java. The main goal is to build upon the lessons learned from the first two APIs (Date and Calendar) in Java SE, providing a more advanced and comprehensive model for date and time manipulation. The new API will be targeted at al... api, java, xml

  • Parleys.com: Spring Web Services 1.0

    Published 1 year ago, running time 0h26m

    SpringSource recently announced the release of Spring Web Services 1.0. Spring Web Services 1.0 provides a flexible, powerful Web services framework by facilitating best practices such as contract-first Web service development, the WS-I basic profile, and loose coupling between contract and ... web services, xml

  • Parleys.com: Spring Web Services 1.0

    Published 1 year ago, running time 0h31m

    SpringSource recently announced the release of Spring Web Services 1.0. Spring Web Services 1.0 provides a flexible, powerful Web services framework by facilitating best practices such as contract-first Web service development, the WS-I basic profile, and loose coupling between contract and ... web services, xml

  • Parleys.com: JAX-WS, beyond the basics

    Published 1 year ago, running time 0h59m

    Java API for XML Web Services (JAX-WS) 2.1 takes web services support in the Java platform to the next level. JAX-WS expands support for web services development in Java EE 5 and Java SE significantly. By aligning with Binding (JAXB) 2.x, JAX-WS provides complete support for document-oriented... web services, java, xml, api

  • Parleys.com: Spring IDE - Tooling for the Spring Framework

    Published 1 year ago, running time 0h35m

    Spring emerged as an application framework and can be considered as de-facto standard in the area of light-weight Java EE application development. Still there is one concern people constantly bring up: The XML bean definition files can get quite complex and error-prone during development. Thi... xml, java, agile, eclipse

  • Parleys.com: Advanced Topics in JPA

    Published 1 year ago, running time 0h59m

    The Java Persistence API (JPA) is fast becoming the popular choice for object-relational persistence not only in Java EE environments but also in enterprise applications that make use of other technologies, such as Spring. Since the JPA standard has taken hold, the developer base has gotten m... java, api, enterprise, xml

  • Parleys.com: Advanced Topics in JPA

    Published 1 year ago, running time 0h58m

    The Java Persistence API (JPA) is fast becoming the popular choice for object-relational persistence not only in Java EE environments but also in enterprise applications that make use of other technologies, such as Spring. Since the JPA standard has taken hold, the developer base has gotten m... java, api, enterprise, xml

  • Google Developer Podcast: Google Developer Podcast Episode Twelve: Android with Dianne Hackborn and Jason Parks

    Published 1 year ago, running time 0h41m

    By Dion Almaer, Google Developer ProgramsAs soon as Android and the Open Handset Alliance was out in the wild, we were chomping at the bit to talk with some of the people behind the platform to discuss the developer-related information.Using iTunes? We were lucky enough to get some time from Dian... android, itunes, linux, architecture

  • Parleys.com: Spring Beyond the Obvious

    Published 2 years ago, running time 0h28m

    Spring Beyond the Obvious - using Spring in complex enterprise projects. We all know how to dependency inject our service objects and our DAOs or Repository. We know how to set up a transactional service layer using @Transactional annotations or using <tx:advice> ... enterprise, xml, end, internationalization

  • Software Engineering Radio: Roundtable on MDSD and PLE

    Published 2 years ago, running time 0h47m

    Podcast (MP3): Download Hosts: Markus Guests: Axel Uhl, Danilo Beuche, Juha Pekka Tolvanen, Tom Stahl, Ruediger Schilling Recording venue: This is a roundtable discussion on model-driven software develoment and product line engineering. It was recorded at the Mo... xml, architecture

  • Software Engineering Radio: Roundtable on MDSD and PLE

    Published 2 years ago, running time 0h47m

    Podcast (MP3): Download Hosts: Markus Guests: Axel Uhl, Danilo Beuche, Juha Pekka Tolvanen, Tom Stahl, Ruediger Schilling Recording venue: This is a roundtable discussion on model-driven software develoment and product line engineering. It was recorded at the Mo... xml, architecture

  • Hanselminutes: LINQ to XML

    Published 2 years ago, running time 0h18m

    Scott's been poking around with LINQ to XML and reports his findings to Carl about life with XDocuments and XElements. They also talk about the bridge classes that link (no pun intended) System.Xml and System.Xml.Linq. xml, linq, life

  • Parleys.com: Ways to configure the Spring container

    Published 2 years ago, running time 0h55m

    Even though XML is by far, the most popular way of configuring the Spring container, it is not the only one. In this session we will focus on existing alternatives to XML, how they relate to the Inversion of Control (IoC) principle as well as the effect they have on development and deployment. xml

  • Parleys.com: Fast SOA

    Published 2 years ago, running time 0h55m

    Learn how to build XML and SOA systems for performance, scalability, and governance.Frank Cohen demonstrates building a service architecture implemented with native XML technologies (both commercial and open-source,) he will compare the effort to build the application with these tools, and he wil... xml, architecture, test, design

  • Parleys.com: Eclipse RCP: Tips and Tricks

    Published 2 years ago, running time 0h45m

    The Eclipse Rich Client Platform provides a feature rich framework for the development of rich client applications. This talk presents tips and tricks for the development of such applications. Kai introduces some general development tricks that are helpful for all users of the Eclipse SDK. E.... eclipse, java, xml, ui

  • Parleys.com: Spring2 Update

    Published 2 years ago, running time 0h58m

    Spring 2.0 introduced major enhancements in the Spring Framework making it both simpler to use and more powerful. In this session, Rod discusses some of the enhancements through code examples, focusing on: - Extensible XML configuration, support for dynamic languages in the Spring component m... xml, enterprise

  • Parleys.com: A Software Framework for Human Interactions

    Published 2 years ago, running time 0h51m

    "Speaking of business processes, when humans are involved, it makes very little sense to have a centralized, computer-based system coordinating business processes on behalf of humans ..." "The Human in the Machine", ZapThink In this talk, Keith Harrison-Broninski will descri... process, eclipse, personal, life

  • Parleys.com: ESBs in the Investment Banks

    Published 2 years ago, running time 0h40m

    Most technologists in investment banking take ESBs to be hype; one big problem is its close ties to XML and Web Services. XML is not exactly the most efficient way to sent low-latency, high volume messages. Most Java programmers happily code in light-weight frameworks and often wonder what th... xml, web services, java, process

  • Parleys.com: XML integration in the Java Language

    Published 2 years ago, running time 0h59m

    It has often been said that XML and the Java platform are natural complements of each other, yet for many kinds of applications the marriage between these two technologies has proved to be less than completely harmonious. This talk will review the existing means of manipulating XML in Java ap... java, xml

  • Parleys.com: Real world web services with JAX-WS

    Published 2 years ago, running time 0h55m

    Java API for XML Web Services (JAX-WS) 2.0 takes web services support in the Java platform to the next level. JAX-WS 2.0 expands support for web services development in Java EE 5 and Java SE significantly. By aligning with Binding (JAXB) 2.0, JAX-WS 2.0 provides complete support for document-... web services, java, xml, api

Featured Podcast Show

Want to stay in touch with what's going on? Follow us on twitter!