JavaPins - Latest published stories in Spring
2
Pins

How to integer Primefaces , Spring Security and Hibernate using Maven on Eclipse - J2ee Video Tutorial | JAVA EE Video Training | JAVA EE Video Programming | Free JEE Lessons

published 196 days, 13 hours, 36 minutes ago posted by DayssamDayssam 231 days, 4 hours, 11 minutes ago
Thursday, November 08, 2012 4:00:42 PM GMT Friday, October 05, 2012 1:24:47 AM GMT
J2EE Video Tutorial http://www.j2eevideotutorial.com/2012/10/how-to-integer-primefaces-spring.html This is a Video Tutorial shows how to integer Primefaces , Spting Security and Hibernate using Maven on Eclipse . Part 2 : PrimeFaces with Spring Security and Hibernate (more)
category: Spring | clicked: 11 | comment | | source: www.j2eevideotutorial.com
tags: Hibernate, Maven, primefaces, Spring Security
2
Pins

Spring Security Fundamentals | Spring Security Video Tutorial - J2ee Video Tutorial | JAVA EE Video Training | JAVA EE Video Programming | Free JEE Lessons

published 204 days, 19 hours, 23 minutes ago posted by DayssamDayssam 231 days, 4 hours, 6 minutes ago
Wednesday, October 31, 2012 10:13:21 AM GMT Friday, October 05, 2012 1:29:53 AM GMT
J2EE Video Tutorial : http://www.j2eevideotutorial.com/2012/10/spring-security-fundamentals-spring.html This is a Video Tutorial explains Spring Security Fundamentals . By Rob Winch, Senior Software Engineer, Spring Security Lead Due to its complexity, implementing security can be a daunting task for developers of all skill levels. In this presentation we will discuss, in depth, the foundation of Spring Securi... (more)
category: Spring | clicked: 14 | comment | | source: www.j2eevideotutorial.com
tags: Spring Security
2
Pins

Improving Performance of Spring Applications

published 210 days, 11 hours, 54 minutes ago posted by anishaanisha 248 days, 9 hours, 37 minutes ago
Thursday, October 25, 2012 5:42:37 PM GMT Monday, September 17, 2012 7:59:01 PM GMT
Learn how to improving the performance of your Spring applications with a pragmatic look on how to achieve easy gains through caching. This video analyzes the usual bottlenecks found in common application stacks and ways to address them. Various caching patterns are discussed focusing on both performance and scalability. (more)
category: Spring | clicked: 44 | comment | | source: www.java-tv.com
tags: improvement, Performance, spring application
1
Pins

Part 3 – DAO and Service layer | vrtoonjava

published 210 days, 11 hours, 54 minutes ago posted by anishaanisha 246 days, 13 hours, 45 minutes ago
Thursday, October 25, 2012 5:42:37 PM GMT Wednesday, September 19, 2012 3:51:26 PM GMT
Welcome to the third part of Spring tutorial. In this part, we will continue in writing our Timesheet application and this time we’ll implement DAO layer, business services and write some tests. In the previous part, we’ve defined GenericDao interface that tells us, what operations we will need to perform upon entities. (more)
category: Spring | clicked: 14 | comment | | source: vrtoonjava.wordpress.com
tags: DAO layer, service layer
1
Pins

Part 4 – Adding Spring MVC – part 1 | vrtoonjava

published 236 days, 21 hours, 25 minutes ago posted by anishaanisha 246 days, 13 hours, 46 minutes ago
Saturday, September 29, 2012 8:10:55 AM GMT Wednesday, September 19, 2012 3:49:50 PM GMT
Welcome to the fourth part of this tutorial. In this part, we will write controllers and views using Spring MVC and think about our REST model. First thing that we must do, is make a web application from what we have so far. We will add web/WEB-INF folder to our project root. Inside WEB-INF create jsp folder. We will put our JSPs in that place. (more)
category: Spring | clicked: 11 | comment | | source: vrtoonjava.wordpress.com
tags: Spring MVC
1
Pins

Part 5 – Adding Spring MVC part 2 | vrtoonjava

published 241 days, 12 hours, 20 minutes ago posted by anishaanisha 246 days, 13 hours, 41 minutes ago
Monday, September 24, 2012 5:16:27 PM GMT Wednesday, September 19, 2012 3:54:54 PM GMT
In the previous part we’ve implemented controllers for managers and employees. Now that we know our way around, we’ll do little (but just little) more complicated stuff – controllers for tasks & timesheets. So let’s start with org.timesheet.web.TaskController. First create a class and this time we will be accessing richer domain, (more)
category: Spring | clicked: 3 | comment | | source: vrtoonjava.wordpress.com
tags: Spring MVC
1
Pins

Part 6 – Adding AOP support | vrtoonjava

published 243 days, 19 hours, 3 minutes ago posted by anishaanisha 246 days, 13 hours, 47 minutes ago
Saturday, September 22, 2012 10:33:02 AM GMT Wednesday, September 19, 2012 3:48:59 PM GMT
I heard a story about one senior (and quite highly paid) softwaree engineer. He was given task to log every method in every controller in project he was working on. Engineer rewrote all controller methods, so from code like this: (more)
category: Spring | clicked: 3 | comment | | source: vrtoonjava.wordpress.com
tags: AOP
1
Pins

Captain Debug's Blog: Spring 3.1 Caching and Config

published 243 days, 19 hours, 3 minutes ago posted by anishaanisha 246 days, 13 hours, 49 minutes ago
Saturday, September 22, 2012 10:33:02 AM GMT Wednesday, September 19, 2012 3:47:07 PM GMT
I’ve recently being blogging about Spring 3.1 and its new caching annotations @Cacheable and @CacheEvict. As with all Spring features you need to do a certain amount of setup and, as usual, this is done with Spring’s XML configuration file. In the case of caching, turning on @Cacheable and @CacheEvict couldn’t be simpler as all you need to do is to add the following to your Spring config file: (more)
category: Spring | clicked: 3 | comment | | source: www.captaindebug.com
tags: caching, config, Spring 3.1
1
Pins

Spring 3.1 and Spring 3.2

published 246 days, 19 hours, 55 minutes ago posted by anishaanisha 247 days, 11 hours, 7 minutes ago
Wednesday, September 19, 2012 9:41:06 AM GMT Tuesday, September 18, 2012 6:29:03 PM GMT
This video presents the upcoming features in Spring 3.1 and Spring 3.2. It also explores how the framework will make use of Java 7 and 8 features. http://www.infoq.com/interviews/hoeller-spring31-32Related Posts:Data Access 2.0 with Spring DataSocializing Your Spring ApplicationsSpring Integration Practical Tips and Tricks (more)
category: Spring | clicked: 3 | comment | | source: www.java-tv.com
tags: Spring 3.1, spring 3.2
1
Pins

Captain Debug's Blog: Spring 3.1 Caching and @CacheEvict

published 248 days, 10 hours, 2 minutes ago posted by anishaanisha 248 days, 11 hours, 26 minutes ago
Monday, September 17, 2012 7:34:32 PM GMT Monday, September 17, 2012 6:10:11 PM GMT
My last blog demonstrated the application of Spring 3.1’s @Cacheable annotation that’s used to mark methods whose return values will be stored in a cache. However, @Cacheable is only one of a pair of annotations that the Guys at Spring have devised for caching, the other being @CacheEvict. (more)
category: Spring | clicked: 4 | comment | | source: www.captaindebug.com
tags: cacheEvict, caching, Spring 3.1
1
Pins

Captain Debug's Blog: Spring 3.1 Caching and @Cacheable

published 251 days, 19 hours, 35 minutes ago posted by anishaanisha 254 days, 10 hours, 46 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 6:50:35 PM GMT
Caches have been around in the software world for long time. They’re one of those really useful things that once you start using them you wonder how on earth you got along without them so, it seems a little strange that the Guys at Spring only got around to adding a caching implementation to Spring core in version 3.1. (more)
category: Spring | clicked: 2 | comment | | source: www.captaindebug.com
tags: @cacheable, caching, Spring 3.1
1
Pins

How to use Type safe dependency injection in Spring 3?

published 256 days, 12 hours, 54 minutes ago posted by anishaanisha 257 days, 7 hours, 53 minutes ago
Sunday, September 09, 2012 4:42:31 PM GMT Saturday, September 08, 2012 9:43:23 PM GMT
Before jumping to Type Safe Dependency Injection from Spring, I would like to to discuss the way we have been doing it earlier. We have been using dependency injection by type with the help of Autowired annotation from Spring. (more)
category: Spring | clicked: 5 | comment | | source: code-on.blogspot.in
tags: Dependency Injection, Spring 3, type safe
1
Pins

JAXB Custom Binding - Java.util.Date / Spring 3 Serialization | Loiane Groner

published 259 days, 11 hours, 47 minutes ago posted by anishaanisha 260 days, 10 hours, 35 minutes ago
Thursday, September 06, 2012 5:48:52 PM GMT Wednesday, September 05, 2012 7:01:18 PM GMT
JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date object in another format? I had the same issue when I was working with Spring MVc 3 and Jackson JSON Processor, and recently, I faced the same issue working with Spring MVC 3 and JAXB for XML serialization. (more)
category: Spring | clicked: 4 | comment | | source: loianegroner.com
tags: JAXB, Serialization, Spring 3
1
Pins

Andriy Redko {devmind}: Testing Spring Web Service endpoint

published 261 days, 13 hours, 19 minutes ago posted by anishaanisha 264 days, 11 hours, 27 minutes ago
Tuesday, September 04, 2012 4:17:09 PM GMT Saturday, September 01, 2012 6:09:42 PM GMT
In previous post we have covered very interesting approach to build SOAP web services using lightweight by very powerful Spring Web Services framework. To wrap it up, let me show how easy you can test your web services. (more)
category: Spring | clicked: 0 | comment | | source: aredko.blogspot.in
tags: Spring Web Services, Test
1
Pins

Andriy Redko {devmind}: Get hands on Spring Web Services

published 261 days, 13 hours, 19 minutes ago posted by anishaanisha 264 days, 11 hours, 26 minutes ago
Tuesday, September 04, 2012 4:17:09 PM GMT Saturday, September 01, 2012 6:10:18 PM GMT
Suppose you are Java web developer. Suppose you are deploying all your stuff on Apache Tomcat. Suppose you are about to develop some web services. There are number of choices you can do that (including Apache Axis 2). But one I would like to describe today is ... Spring Web Services project. (more)
category: Spring | clicked: 1 | comment | | source: aredko.blogspot.in
tags: Spring Web Services
1
Pins

Andriy Redko {devmind}: Using @Configurable in Spring Framework: inject dependency to any object

published 261 days, 13 hours, 19 minutes ago posted by anishaanisha 264 days, 11 hours, 25 minutes ago
Tuesday, September 04, 2012 4:17:09 PM GMT Saturday, September 01, 2012 6:11:25 PM GMT
Honestly, I like Spring Framework: awesome dependency management combined with rich features and great community. Recently I encountered very nice feature - @Configurable. In short, it allows developer to inject dependency into any object (who defines this annotation) without explicit bean definition. It's pretty cool. Techniques behind - AspectJ with runtime weaving. (more)
category: Spring | clicked: 3 | comment | | source: aredko.blogspot.in
tags: configurable, inject dependency, Spring framework
1
Pins

Andriy Redko {devmind}: Injecting file dependency into Spring bean

published 261 days, 13 hours, 19 minutes ago posted by anishaanisha 264 days, 11 hours, 21 minutes ago
Tuesday, September 04, 2012 4:17:09 PM GMT Saturday, September 01, 2012 6:15:41 PM GMT
Continuing to explore power of Spring Framework, I would like to explain how to inject file resource into the Spring bean using @Resource annotation. First of all, let's start with beans definition file. We need basically to declare file dependency we would like to inject: (more)
category: Spring | clicked: 2 | comment | | source: aredko.blogspot.in
tags: file dependency, Spring beans
1
Pins

Andriy Redko {devmind}: Integrating Spring Flex

published 261 days, 13 hours, 19 minutes ago posted by anishaanisha 264 days, 11 hours, 19 minutes ago
Tuesday, September 04, 2012 4:17:09 PM GMT Saturday, September 01, 2012 6:17:44 PM GMT
Looking for better Adobe BlazeDS and Java platform integration, I would like to recommend one very useful project from SpringSource portfolio: Spring Flex (or Spring BlazeDS integration). It's pretty easy to start with and, moreover, you could integrate it with other projects like Spring Framework and Spring Security. (more)
category: Spring | clicked: 0 | comment | | source: aredko.blogspot.in
tags: integration, spring flex
1
Pins

Captain Debug's Blog: Upgrading to Spring 3.1

published 265 days, 15 hours, 48 minutes ago posted by anishaanisha 267 days, 11 hours, 20 minutes ago
Friday, August 31, 2012 1:48:28 PM GMT Wednesday, August 29, 2012 6:16:45 PM GMT
A few days ago I thought that it was about time to upgrade my sample code to Spring 3.1, after all it’s been around for a respectable amount of time and has a couple of bug fix releases. Upgrading to Spring 3.1 is very simple of upgrading your Maven version number and rebuilding, something like this: (more)
category: Spring | clicked: 3 | comment | | source: www.captaindebug.com
tags: Spring 3.1, Upgrade
1
Pins

Programming Peacefully: Writing your spring security expression language annotation - PART 3

published 270 days, 12 hours, 47 minutes ago posted by borislamborislam 277 days, 3 hours, 57 minutes ago
Sunday, August 26, 2012 4:49:46 PM GMT Monday, August 20, 2012 1:39:41 AM GMT
In the last part of tutorial, I will discuss how to override the behaviour of defualt spring security method expression. You may wonder why I need to override the default behaviour of these methods. The reason behind is that, in recent development project, we are reviewing the developer's code and we hope to maintain a standard coding practice. We find that the default method expression is too flexible. In our case, under similar coding scenario, some developers use hasRole() for security checking while ... (more)
category: Spring | clicked: 10 | comment | | source: borislam.blogspot.hk
tags: Spring Security
Previous 1 2 3 4 5 6 7 8 9 10 Next