Videos tagged with Web Frameworks
Summary Mark Pollack and Stephen Bohlen discuss Spring.NET, comparing it with Spring for Java, explaining how Java-.NET interoperability works, what tools are available and .NET features such as LINQ and MVC. Bio Dr. Mark Pollack has been a core Spring developer since 2003 and founder of Spring.NET. He has been a developer and architect of apps in the financial market. Mark is a Microsoft MVP. ...
Simplifying Java EE with Grails
Summary Graeme Rocher introduces Groovy and its corresponding web framework, Grails, followed by a code writing demo intended to highlight the advantages of using Grails over Java EE in order to develop web applications. Bio Graeme Rocher is the project lead and co-founder of Grails. He's a member of the JSR-241 Expert Group which standardizes the Groovy language. He has written the "Definitive...
SpringOne 2GX 2010: Welcome Opening Keynote
Summary Rod Johnson talks about what lies ahead for Spring, the new challenges and environment today, 10 years after the first line of Spring code was written. VMware’s plan with Spring is to continue investing in portability, productivity and innovation, making Spring the Java programming model for the cloud, and offering Code2Cloud, an integrated desktop-cloud development environment. Bio Rod...
Grails For Spring Developers
Summary Beside doing an overview of the Grails framework, Jeff Brown shows how to write a Spring-integrated application in Grails. Some of the topics covered are: Spring Beans in Groovy, DI in Grails, Grails and Spring MVC, Database transaction management and remoting with Spring in Grails. Bio Jeff Brown is a Senior Software Engineer with SpringSource, performing consulting for various industr...
Using Spring with NoSQL Databases
Summary Mark Pollack and Chris Richardson discuss NoSQL, exemplifying with Redis, Cassandra and MongoDB, and Spring Data, a project meant to provide a unified programming model for accessing NoSQL DBs. Bio Dr. Mark Pollack has been a core Spring developer since 2003 and founder and leader of Spring.NET. Mark is a Microsoft MVP. Chris Richardson leads the cloud development at SpringSource and wa...
Mark Pollack on Spring.NET 1.3 and 2.0
Summary Mark Pollack talks about the features coming in Spring.NET 1.3 and 2.0. He also covers Spring.NET Integration, the Stonehenge project and the relationship with Spring Java. Bio Mark Pollack worked as a Java developer in the late 90s and early 2000, then found shifted to .Net development. During his time as a Java developer he came across the Spring framework. Desiring to continue using ...
What’s New in Spring 3.0
Summary Arjen Poutsma reviews Spring Framework 2.5 and takes a look at Spring 3.0 - Java 5+, Spring Expression Language, REST support, Portlet 2.0, declarative model validation, early support for Java EE 6 - and the roadmap ahead. Bio Arjen Poutsma is a senior software engineer at SpringSource with fifteen years of experience in both Java EE and Microsoft .NET. Three years ago, Arjen started to...
Luke Galea on Ruby and Erlang
Summary In this interview taped at FutureRuby, Luke Galea talks about his experience with building sites using Ruby and Merb as well as integrating them using Erlang in the messaging layer. Bio Luke Galea is the Director of Development for Avid Life Media, a Toronto based company that owns several large dating sites. He is the author of the Hyperactive Resource plugin for Rails and is active in...
Buy a Feature: An Adventure in Immutability and Actor
Summary This presentation discusses the functional programing paradigms used to build Buy a Feature , (a multi-user, web-based, real-time, serious game) including Actors, event streams,and immutable data structures. Both Scala and the lift web framework are briefly covered. Also covered: application defects, adding new features, and using functional paradigms for a real-world web application. B...
Lift Web Framework
Summary This presentation discusses Scala (a hybrid Object Oriented and Functional language) and Lift (a Scala-based web framework with features based on Scala pattern matching and functional composition). Lift's O-R mapper supports type-safe query building via Scala's type system. Lift abstracts away the HTTP request/response cycle by associating functions with HTML page elements. Bio David Po...