JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

Spring MVC + jQuery Integration Example

June 19, 2014 by Krishna Srinivasan Leave a Comment

This tutorial demonstrates how to integrate Spring MVC and jQuery for developing a web application. This example uses jQuery front end for getting the data from Spring MVC controller. Also the data is used in the text box for the auto completion feature. If you have any questions, please write it in the comments section. […]

Filed Under: Spring Framework Tagged With: JQuery Integration, Spring Integration, Spring MVC

PrimeFaces + Spring Data + MongoDB Integration

May 12, 2014 by Amr Mohammed Leave a Comment

This tutorial guides you through the integration of various frameworks like PrimeFaces, Spring Data and MongoDB. In our previous tutorials, we have explained more about the each topics PrimeFaces, Spring Data & MongoDB. Here a simple example for using the Registration form where the details will be finally stored in the MongoDB database. Connect With Us : Google+ […]

Filed Under: Spring Framework Tagged With: MongoDB, PrimeFaces, Spring Data, Spring Integration

Spring MVC + AngularJS Integration

May 10, 2014 by Krishna Srinivasan Leave a Comment

This tutorial illustrates how to use or integrate the Spring MVC and AngularJS together. AngularJS is popular JS framework for building the single page web applications. Also most of the mobile applications and rich user interfaces are using the AngularJS framework. Here we will show how to use this framework in the view layer and […]

Filed Under: Spring Framework Tagged With: AngularJS, Spring Integration

Struts 2 + Spring Integration Example

December 15, 2013 by Krishna Srinivasan Leave a Comment

Struts 2 provides plug-ins for integration to any other frameworks. If you are using Spring for your bean management, then it is very easy for you to integrate Spring container to Struts 2 application. Spring can manage the beans and struts actions classes as beans. You have to just specify the bean name in the […]

Filed Under: Struts Tagged With: Spring Integration, Struts 2 Tutorials, Struts Integration

Primefaces + Spring + Hibernate Integration Example

November 22, 2013 by Uday Kiran Leave a Comment

This tutorial is continuation to my first tutorial on primefaces. i.e, PrimeFaces Hello world example. Before digging more about Primefaces components and its features, let’s have a good project template solution for doing all the CRUD operations by integrating Primefaces with Spring and Hibernate framework’s. This combination is recommended because SpringSource suggests PrimeFaces to be used […]

Filed Under: JSF Tagged With: Hibernate, PrimeFaces, Spring Integration

Spring and Jersey Integration Example

November 14, 2013 by Krishna Srinivasan Leave a Comment

This tutorial explains how to write a simple example using Spring and Jersey. This example uses Jersey for the REST implementation, Spring is used for managing the beans. In my previous tutorial, I have explained how to write a simple REST application using Jersey. We also can use Spring alone for implementing the RESTful web […]

Filed Under: Spring Framework Tagged With: Jersey, Spring Integration, Spring REST

Using Channels in Spring Integration

April 12, 2011 by Krishna Srinivasan Leave a Comment

This article is based on SpringIntegration in Action, to be published August-2011. It is being reproduced here by permission from Manning Publications. Manning publishes MEAP (Manning Early Access Program,) eBooks and pBooks. MEAPs are sold exclusively through Manning.com. All pBook purchases include free PDF, mobi and epub. When mobile formats become available all customers will […]

Filed Under: Spring Framework Tagged With: Spring Integration

Spring Persistence with Hibernate

November 9, 2009 by Krishna Srinivasan Leave a Comment

Spring Persistence with HibernateThis article is sample chapter taken from the book Spring persistence with Hibernate. Hibernate is a popular open-source Java framework. It aims to solve problems associated with persistence in the Java world. Whether you are developing a simple stand-alone application, or a full-blown, server-side Java EE application, you can use and benefit from Hibernate. Although […]

Filed Under: Spring Framework Tagged With: Hibernate, Spring Integration

Integrating Spring with JMS

December 16, 2008 by Krishna Srinivasan Leave a Comment

Java Messaging Service opened the door for modeling the asynchronous mode of communication. It provides a common way of sending and receiving messages by having a middle man, also called as Message Broker or Message oriented Middleware. Now with the capability of an asynchronous framework like JMS being integrated with Spring, it can take all […]

Filed Under: Spring Framework Tagged With: JMS, Spring Integration

Email Integration in Spring Framework

November 11, 2008 by Krishna Srinivasan Leave a Comment

1)Introduction The Spring Framework provides a supportive utility library for sending email that shields the user from the essentials of the core mailing system and is dependable for low level resource handling on behalf of the customer. Spring Framework uses the following package as a root level package for the email support: org.springframework.mail MailSender is […]

Filed Under: Spring Framework Tagged With: Spring Framework, Spring Integration

  • 1
  • 2
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.