Videos tagged with Frameworks


Introduction to Spring.NET for Java Developers

Introduction to Spring.NET for Java Developers

Posted in Conferences, Development, Frameworks, Java, Spring

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. ...

Tags: Conferences, Frameworks, Java, Spring, InfoQ, Web Frameworks, Spring.NET, Development, .NET, SpringOne, SpringOne 2010, ...



Simplifying Java EE with Grails

Simplifying Java EE with Grails

Posted in Conferences, Development, Frameworks, Java, 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...

Tags: Conferences, Frameworks, Java, GRails, Groovy, InfoQ, Dynamic Languages, Java EE, Web Frameworks, QCon, Development, ...


SpringOne 2GX 2010: Welcome Opening Keynote

SpringOne 2GX 2010: Welcome Opening Keynote

Posted in Conferences, Development, Frameworks, Java, Spring

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...

Tags: Conferences, Frameworks, Java, Spring, InfoQ, Architecture, Web Frameworks, Cloud Computing, SpringSource, Development, SpringOne, ...


SOA as an Architectural Pattern: Best Practices in Software Architecture

SOA as an Architectural Pattern: Best Practices in Software Architecture

Posted in Conferences, Frameworks, Design

Summary For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity to some basic concepts: enterprise, patterns, frameworks, architecture, SOA, development, architecture lifecycle, best practices, what they are and what the aren’t, emphasizing the role and importance of patterns. ...

Tags: Conferences, Frameworks, Design Patterns, Design, InfoQ, Architecture, SOA, Methodologies, Design Pattern, SOA Symposium




Grails For Spring Developers

Grails For Spring Developers

Posted in Conferences, Development, Frameworks, Java, GRails

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...

Tags: Conferences, Frameworks, Java, GRails, Groovy, InfoQ, Web Frameworks, Development, SpringOne, SpringOne 2009, Spring MVC, ...


How Do I: Create and Use Classes in JavaScript?

How Do I: Create and Use Classes in JavaScript?

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this video Chris Pels shows how to create classes in JavaScript with functionality similar to other programming languages with object oriented capabilities. First a sample web site project is created with an external JavaScript file. A function() is created and the difference between using the function as a "function" and as a class constructor with the "new" keyword is discussed. Then publi...

Tags: Frameworks, Microsoft, ASP.NET, .NET Framework, Broadcasting, Screencasts, Development, Companies


How Do I: Create an Efficient and Standardized Approach for Implementing CSS Styles?

How Do I: Create an Efficient and Standardized Approach for Implementing CSS Styles?

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this video Chris Pels shows how to organize and implement CSS styles that provide a standardized look and feel to a web site. In addition, the styles are organized to provide maximum flexibility and reusability. A set of styles is created that focuses on the visual appearance of the site. First, a sample web site is created with a CSS file for a sample page. The first groups of styles create...

Tags: Frameworks, Microsoft, ASP.NET, .NET Framework, Broadcasting, Screencasts, Development, Companies


How Do I: Work with Model Binders in an MVC Application?

How Do I: Work with Model Binders in an MVC Application?

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this video Chris Pels shows how to use model binders to bind form data to complex business objects in models in an MVC application. First, an MVC application is created along with a simple model for a Customer class along with a controller and view for editing the customer data. Then, the automatic model binding of MVC is demonstrated with the customer class. Next, the Bind attribute is disc...

Tags: Frameworks, Microsoft, ASP.NET, .NET Framework, Broadcasting, Screencasts, Development, Companies


How Do I: Use HttpVerbs Attributes in an MVC Application?

How Do I: Use HttpVerbs Attributes in an MVC Application?

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this video Chris Pels shows how to use the HttpVerbs attributes to control access to MVC actions. First, a sample application is created with a default controller and view for editing the information. Next, a second Index action is added to the controller which has an HttpPost attribute which restricts it to being called only when an HTTP POST is used. As a follow-up, the AcceptVerbs() attri...

Tags: Frameworks, Microsoft, ASP.NET, .NET Framework, Broadcasting, Screencasts, Development, Companies