Internet Radio Podcast Directory Radio Playlists

By Keyword

By Location

By Genre

By Popularity
Trumix.com : Podcast : Unknown : Software

Parleys.com

Network:
Language: Unknown
Category: Unknown / Software
Visit Website

-


RSS FeedView RSS | RSS FeedView in iTunes

Previous1 2 3 4 5 ...9 NEXT

Spring Dynamic Modules for OSGi

"Maintaining and evolving deployed applications is a challenging task, as the Javaplatform provides no support for versioning or dynamic updates. In most cases,fixing a bug (no matter how small) requires a system shutdown while runningmultiple versions of the same applications inside the same VM is no-go. Thissession will show developers how to address these problems and simplify theimpacts on deployment procedures as software evolves.The session will focus on modularizing Java applications...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Wed, 1 Apr 2009 08:54:00 GMT ]



The Feel of Scala

Scala is a new language for the Java Platform that blends object-oriented and functional programming concepts. This talk will focus on the design choices of Scala, and what they mean for developer productivity. The talk will highlight what it means to program in a functional style, and show you how Scala facilitates programming in a hybrid of both functional and imperative styles. The talk will also explore how Scala compares to dynamic languages such as Ruby and Python. And you'll see examples ...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Wed, 1 Apr 2009 08:50:00 GMT ]



Effective Pairing: the Good, the Bad and the Ugly

Pairing can be a highly effective practice that adds significant value to a project, or it can be a disaster whose cost far exceeds managers' fears that they are just paying two people to do the work of one. In the worst case, you won't get the work of one out of the two. They might even do damage that others have to clean up later. The challenge lies in the fact that working as a pair demands a level of attentiveness, collaboration, and continuous focus that working solo just doesn't require. W...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Wed, 1 Apr 2009 08:19:00 GMT ]



How to hack and secure your Java web application

Although Java offers some great security 'features', this talk will handle the lack of 'build in' security when you develop your web applications. Security is not an on/off button or parameter you activate for your deployment! Some real world hacks will be demonstrated to show how easy it is to break the confidentiality or integrity of your data and how easy it is to break you web application! To finish off in a positive note: it IS possible to do it the right way. Open Web Application S...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 24 Mar 2009 12:13:00 GMT ]



How to hack and secure your Java web application

Although Java offers some great security 'features', this talk will handle the lack of 'build in' security when you develop your web applications. Security is not an on/off button or parameter you activate for your deployment! Some real world hacks will be demonstrated to show how easy it is to break the confidentiality or integrity of your data and how easy it is to break you web application! To finish off in a positive note: it IS possible to do it the right way. Open Web Application S...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 23 Mar 2009 13:07:00 GMT ]



Building Web Applications with the SpringSource Application Platform

If you're a Java web developer, you're certainly familiar with monolithic WARdeployments and library bloat, and you've probably thought numerous times,"There must be a better way." Well, there is! By building on the benefits of anOSGi runtime environment and combining the Spring and Spring-DMprogramming models, the SpringSource Application Platform offers enterprise webdevelopers exciting new opportunities. This session will focus on developing webapplications in an OSGi environment an...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 23 Mar 2009 13:04:00 GMT ]



Fingers in the air: a gentle introduction to software estimation

The process of estimating size, time, effort, etc., is fundamental for the success of every software project. Unfortunately, it is often the case that the stakeholders (including project managers, developers, and users) don't know how to do it properly, and everybody ends up working against the clock to meet impossible targets, getting poor software late as a result. After a short introduction in which I'll present what can and should be estimated (e.g., time, size, effort, cost, etc.), I'll foc...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 23 Mar 2009 12:54:00 GMT ]



Making Sense of AOP Choices

One-size-fit-all fits nothing! Just one kind of AOP won't fit all applications, either.Therefore, there are many choices available when using Spring-AspectJcombination. First, there is a choice about AOP system: proxy-based AOP orbytecode-based AOP. Then there is a syntax choice: traditional AspectJ,@AspectJ, and XML syntax. Within bytecode-based weaving, there are weavingchoices: build time weaver or load-time weaver (LTW). If you choose LTW, youhave further choices of AspectJ agent-driven or S...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 9 Mar 2009 13:54:00 GMT ]



The future of rich Internet applications

See Adobe's vision of the future of RIAs. We'll discuss the importance of high-quality design and the tight communication required between designers and developers to build truly compelling applications, including how to make the tools that each prefer interoperate. Finally we'll discuss features and changes expected in Adobe's product line up, like the next version of Flex (code name Gumbo).....

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Thu, 5 Mar 2009 10:59:00 GMT ]



SpringOne 2008 Keynote

During this relaxed SpringOne'08 keynote Adrian Colyer gives a high level overview of what's next for the Spring Platform, followed by an interesting demo by Rob Harrop covering the new dynamic Spring OSGi services...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Wed, 4 Mar 2009 13:23:00 GMT ]



Creating amazing user interfaces with Dojo and DWR

Ajax has the power to make your applications satisfying and beautiful or painful and frustrating. This talk shows how Dojo can help you create amazingly beautiful user experiences and how DWR brings the beauty to Java by making Java and JavaScript work well together. Both Dojo and DWR have changed a lot in the last 2 years. Dojo now has a theming system, many new widgets, and great documentation. DWR can now synchronize data between the server and multiple clients, you can implement Java inter...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 2 Mar 2009 08:39:00 GMT ]



Enterprise Application Management

"Management and monitoring are often afterthoughts in many enterpriseapplication architectures. Developers fail to design for manageability because theythink it is too time consuming or too complex. Some are overwhelmed by theamount of information that can be exposed and the seemingly endless number ofways it can be aggregated. Others are concerned with the performance impacts ofmonitoring deployed applications. As a result, applications are built with little tono runtime visibility. This c...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 24 Feb 2009 08:06:00 GMT ]



JavaFX: The Platform for Rich Internet Applications Keynote

The demand continues to grow for rich interactive content, applications, and services that run on a variety of clients. Rich Applications have achieved a new degree of sophistication with requirements to add multimedia and animation. With the JavaFX SDK and Java SE 6 update 10 it is possible to incorporate innovative elements of rich client applications into existing Java software with minimum effort enabling consistent user experiences on the desktop, mobile devices, TV, and other consumer plat...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 16 Feb 2009 15:18:00 GMT ]



Enterprise Development Tools for Spring

The Spring Framework 2.5 introduced comprehensive support for annotationbasedconfiguration, along with full support for the Java 6 and Java EE 5platforms. Now Spring is preparing for the Spring 3.0 release, introducing furtherannotation-based configuration options and unified expression language support.This talk discusses Spring as a modern Java 5 oriented application framework -covering the core component model, integration with common technologies suchas JPA and JSF, as well as Spring's annot...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 9 Feb 2009 08:20:00 GMT ]



The Modular Java Platform

The Java programming language provides numerous features to support the construction of large programs, but could do more to reduce JAR hell and simplify application packaging. The majority of this Devoxx keynote will describe how modular programs can address these issues, and how Java language and VM features can be designed to make programs more modular while retaining compatibility with legacy code.  In the seond part Mark will also look at possible features for Java SE 7....

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 3 Feb 2009 13:12:00 GMT ]



The JavaFX SDK

Users are increasingly expecting their content and applications to be available across all the screens of their life. Built upon the Java Platform, JavaFX 1.0 provides the tools, APIs, and features necessary to create dynamic applications for the next generation of internet application innovation. This session starts with an overview of the language, particularly from a Java developers perspective. The session will then dive into the JavaFX scene graph, animation, and media APIs. It ends with ...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 3 Feb 2009 12:52:00 GMT ]



Working with Hibernate with Spring 2.5

The talk begins with a brief discussion of the distinguishing features of ORMspecifically Hibernate. We'll compare Hibernate to other approaches such asstraight JDBC and we'll try to clarify when Hibernate is a good choice. Then we'llmove on to review the main pieces of Spring's Hibernate integration, whichamong other things will help us understand the value Spring adds for Hibernateapplications. If you're using Hibernate today you may wonder why you should useSpring's Hibernate integration. My ...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 3 Feb 2009 12:36:00 GMT ]



From Concurrent to Parallel

Taking the next step in evolution of concurrency APIs, looks at how the libraries will evolve to support many-core parallelism....

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 3 Feb 2009 12:27:00 GMT ]



The JavaFX SDK

Users are increasingly expecting their content and applications to be available across all the screens of their life. Built upon the Java Platform, JavaFX 1.0 provides the tools, APIs, and features necessary to create dynamic applications for the next generation of internet application innovation. This session starts with an overview of the language, particularly from a Java developers perspective. The session will then dive into the JavaFX scene graph, animation, and media APIs. It ends with ...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Mon, 26 Jan 2009 10:27:00 GMT ]



Java SE 7 Update

Keynote presentation Devoxx 2008...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Fri, 23 Jan 2009 11:11:00 GMT ]



Inside the SpringSource Application Platform

This session will cover the internal architecture of the SpringSource Application Platform. Topics covered include: - Modularity - Concurrency - Serviceability - Dumping, Deadlock detection, Management Console - Advanced features - Scoping, Profiles, Load-time weaving - Configuration...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Fri, 23 Jan 2009 11:03:00 GMT ]



Using Spring Security 2

Spring Security 2, the former Acegi Security System for Spring, is a comprehensive framework which helps you implement enterprise application security requirements, like single sign-on, authorization checks and the use of several authentication technologies. This session presents not only the new features of Spring Security 2, but also shows some best practices and examples to get the most out of it. Covered architectures will include web (2.0) applications, web services and client/server appl...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Fri, 26 Sep 2008 14:53:00 GMT ]



Seam in action - Part 2

After years of Struts/JSP being the default choice for Java web applications, Seam together with JavaServer Faces and Facelets has become an excellent alternative. Seam is an application framework for Java Enterprise Edition which introduces the notion of declarative, contextual application state management.In the first half of this session, Pete Muir will introduce Seam, its contextual programming model and its tight integration with other frameworks such as Hibernate, jBPM and RichFaces. In th...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Fri, 26 Sep 2008 14:49:00 GMT ]



Seam in Action - Part 1

After years of Struts/JSP being the default choice for Java web applications, Seam together with JavaServer Faces and Facelets has become an excellent alternative. Seam is an application framework for Java Enterprise Edition which introduces the notion of declarative, contextual application state management.In the first half of this session, Pete Muir will introduce Seam, its contextual programming model and its tight integration with other frameworks such as Hibernate, jBPM and RichFaces. In th...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Fri, 26 Sep 2008 14:44:00 GMT ]



Effective Java Reloaded

The long-awaited second edition of Effective Java is here! It covers the latest in best practices for the Java platform. This presentation will concentrate on three areas where    new material has been added to the book: enum types, generics, and concurrency. Do you want to know how to combine the safety and richness of collections with the performance of bit fields?Have you ever been confused by wildcard types? Do you want to know when and how to use lazy initialization? Then com...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 16 Sep 2008 11:10:00 GMT ]



The challenge of scalable languages

Today's software landscape resembles increasingly a tower of Babel: Systems are built using many different languages, combining server-side and client-side languages, scripting and systems programming languages, general and domain specific languages, all glued together with a hefty amount of XML. The advantage of this approach is that each individual language can be tailored to a specific application domain. Its disadvantage is that the necessary amount of cross-language glue can make applicatio...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 16 Sep 2008 10:26:00 GMT ]



Where will tomorrow's enterprise innovation come from

It's clear that we are headed for continued change in enterprise Java. Business requirements are changing, with the rise of SOA and a richer web experience. Scripting languages and productivity frameworks such as Ruby on Rails are placing welcome pressure on enterprise Java to enable developers to deliver results quicker. The traditional application server seems less and less relevant in today's environment--especially as transformational technologies such as OSGi move to center stage. In this k...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 16 Sep 2008 10:21:00 GMT ]



Comparing Dependency Injection Frameworks

Stop writing new - A Comparison of Dependency Injection Frameworks...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 16 Sep 2008 10:07:00 GMT ]



Open Architecture

At the heart of most successful open source projects is an emphasis on open architecture -- at least one mechanism that allows the product to be utilized as a support network for unanticipated extensions and independently motivated functionality. Such extensibility mechanisms allow an open source project to decentralize its evolution and take advantage of Internet-scale collaboration. However, they can also be a source for unnecessary complexity and hidden barriers to entry. Representational Sta...

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 16 Sep 2008 10:04:00 GMT ]



The Software Factory

The term software factory is controversial. But think about it... No industry has experienced more innovation than the factory industries. On the contrary, the key to meeting demand is to stop wasting talents of skilled developers on rote and menial tasks......

MORE... | LISTEN | DOWNLOAD | MOBILE DEVICE

[ Tue, 24 Jun 2008 12:49:00 GMT ]


Previous1 2 3 4 5 ...9 NEXT





Wade E. Butler
Philosophy
Orthodoxy Transforming offers a collection of short (10 minutes or less per episode) easy-to-understand guided teaching describing a new sort of spirituality which merges orthodox Christianity with Universal spirituality and practices. Orthodoxy Transforming seeks to offer at least part of the solution of the re-adaptation of the Christian Church to the modern era of spiritual transformation.


Hipsters United

News, speculation, and discussion about The Smashing Pumpkins, their music, and their legacy. http://www.hipstersunited.com


Press Start
Video Games
The weekly podcast for gaming news, impressions, reviews, and alcohol fueled rants as delivered by Richey and Schlep. Live recording and pre-show take place 11:00 PM CST at justin.tv/pressstart.


  Powered by PenguinRadio & PodcastDirectory.com  |  About Trumix  |  Terms of use  |  FAQs  |  Contact Us