Library podcasts tagged with aop
-
Java Posse: Interview with Rod Johnson
Published 7 months ago, running time 0h59m
Interview with Rod Johnson about SpringFully formatted shownotes can always be found at http://javaposse.comRod Johnson's Bloghttp://blog.springsource.com/author/rodj/ Spring Frameworkhttp://static.springframework.org/spring/docs/2.5.x/reference/index.html SpringSourcehttp://www.springsource.org...
-
Java Posse: Roundup 09 - Java Plugin Architectures
Published 8 months ago, running time 1h5m
Roundup 09 - Plug-in Architectures in JavaFully formatted shownotes can always be found at http://javaposse.com NetBeans pluginshttp://platform.netbeans.org/tutorials/nbm-google.html IntelliJ pluginshttp://www.jetbrains.com/idea/plugins/plugin_developers.html Hudson pluginshttp://wiki.hudson-c...
-
Parleys.com: Making Sense of AOP Choices
Published 8 months ago, running time 0h19m
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 Aspe...
-
Parleys.com: Enterprise Application Management
Published 9 months ago, running time 0h20m
"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 endles...
-
Java Posse: Java Posse #219 - Roundup 08 - The Versus Episode
Published 11 months ago, running time 0h0m
Roundup 08 - The Versus Discussion Fully formatted shownotes can always be found at http://javaposse.comAgile vs. Traditional methodologies and Properties vs. Immutability in this recording from the Java Posse Roundup 2008.Also, we have a last minute change to the Roundup 2009 - SDWest announc...
-
Software Engineering Radio: Introduction to AOP
Published 1 year ago, running time 1h3m
Podcast (MP3): Download Hosts: Markus Guests: Christa Schwanninger, Iris Groher Recording venue: This episode is a systematic introduction to Aspect Oriented Programming (in contrast to the interview with Gregor Kiczales). We discuss the fundamentals of AOP, defin...
-
Software Engineering Radio: Introduction to AOP
Published 1 year ago, running time 1h3m
Podcast (MP3): Download Hosts: Markus Guests: Christa Schwanninger, Iris Groher Recording venue: This episode is a systematic introduction to Aspect Oriented Programming (in contrast to the interview with Gregor Kiczales). We discuss the fundamentals of AOP, defin...
-
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...
-
Parleys.com: Leveraging Annotations with AOP
Published 2 years ago, running time 0h49m
Specifying metadata using annotations has gained huge popularity since its introduction in Java 5. However, the story on consuming annotations isn't as clear. Reading and processing annotation is still a complex process often requiring you to understand byte-code manipulation tools and their ...
-
Parleys.com: Spring AOP and JMX
Published 2 years ago, running time 0h20m
In this session, you will explore the technologies of AOP and JMX and how they can be used together to transparently add management and monitoring in a non-invasive way. You will explore aspect oriented programming using Spring's AOP framework and learn how Spring 2.0 allows you to upgrade la...
-
Parleys.com: Intro to Dojo (Part 1)
Published 2 years ago, running time 1h13m
Dojo makes professional web application development better, easier, and faster. This talk covers Dojo's core APIs, including those for Ajax, Drag and Drop, Animations, and AOP-style event handling. We'll also discuss some of the stock widgets, various ways to take advantage of them, and how y...
-
Software Engineering Radio: DSL Development in Ruby
Published 2 years ago, running time 0h49m
Podcast (MP3): Download Hosts: Markus Guests: Obie Fernandez Recording venue: JAOO 2006 In this episode, we're talking to Obie Fernandez about agile DSL development in Ruby. We started our discussion by defining what a DSL is, the difference between internal and ext...
-
Software Engineering Radio: DSL Development in Ruby
Published 2 years ago, running time 0h49m
Podcast (MP3): Download Hosts: Markus Guests: Obie Fernandez Recording venue: JAOO 2006 In this episode, we're talking to Obie Fernandez about agile DSL development in Ruby. We started our discussion by defining what a DSL is, the difference between internal and ext...
-
Software Engineering Radio: Dynamic Languages for Static Minds
Published 2 years ago, running time 0h32m
Podcast (MP3): Download Hosts: Markus Guests: Niclas Nilsson Recording venue: OOPSLA 2006 In this Episode we talk about dynamic languages for statically-typed minds, or in other words: which are the interesting features people should learn when they go from a langau...
-
Software Engineering Radio: Dynamic Languages for Static Minds
Published 2 years ago, running time 0h32m
Podcast (MP3): Download Hosts: Markus Guests: Niclas Nilsson Recording venue: OOPSLA 2006 In this Episode we talk about dynamic languages for statically-typed minds, or in other words: which are the interesting features people should learn when they go from a langau...
-
Parleys.com: Domain Driven Design with AOP and DI
Published 2 years ago, running time 0h54m
Domain Driven Design (DDD) suggests dealing with complex software system using a domain model and preserving the model in implementation. Since domain model entities have rich behavior, so should their software implementation artifacts. A direct mapping between domain model and software artif...
-
Parleys.com: Spring2 and Java EE 5
Published 3 years ago, running time 0h59m
In this second part of the SpringOne keynote you'll receive an overview of the Spring Stakeholders like BEA, Oracle, IBM, Alfresco, LogicBlaze and others. Hear how Spring 2.0 is used in the core of the forthcoming WebLogic 9.5 to implement new Java EE 5 features around injection and intercept...
-
Agile Toolkit: Ramnivas Laddad - AOP - No Fluff Just Stuff
Published 3 years ago, running time 0h38m
Are you ready for Aspect Oriented Programming, if not give this a listen and hopefully you will learn a bit more about the topic from Ramnivas. I met him at the NFJS here in the DC area and he was kind enough to teach me a thing or two about AOP.It's not just for security and logging anymore.-bo...
-
Parleys.com: Rod Johnson interview
Published 3 years ago, running time 0h19m
In addition to the Spring 2.0 Update conference talk, Dion Almaer asked some additional Spring related questions to the founder of the Spring framework Rod Johnson. During this interview following questions are discussed: How will the ApplicationContext look different with Spring 2.0 ? What...
-
Parleys.com: Spring 2.0, an update
Published 3 years ago, running time 0h59m
Spring 2.0 is a major release that makes the Spring Framework both more powerful and easier to use. In this presentation, Rod will survey the new features of Spring 2.0, before focusing on two of the most important: the introduction of extensible XML configuration, and significant enhancements to...
Featured Podcast Show
-
MSDN UK Screencasts
Published 1 month ago
Don't have the time to read a 10-page how-to article or watch a full length webcast? Try an MSDN screencast, a webcast that takes you step-by-step to discovering new functionality or exploring a hot developer topic, all in 10-15 minutes.