BASE Logic, Inc.

Sunday, June 18, 2017

BASE Logic, Inc.

BASE Logic, Inc.

Link to BASE Logic, Inc.

Creating and processing custom Java annotations

Posted: 17 Jun 2017 07:10 PM PDT

TweetCreating and processing custom Java annotations – by BASE Logic, Inc.

Wednesday, June 7, 2017

BASE Logic, Inc.

BASE Logic, Inc.

Link to BASE Logic, Inc.

Java Bootcamp recording (side view) Atomic Objects in Java 8: GK 2017 05 18 13 06 31

Posted: 05 Jun 2017 06:35 AM PDT

TweetJava Bootcamp recording (side view) Atomic Objects in Java 8: GK 2017 05 18 13 06 31 – by BASE Logic, Inc.

Java Bootcamp recording (side view): GK 2017 05 18 14 27 07

Posted: 05 Jun 2017 06:34 AM PDT

TweetJava Bootcamp recording (side view): GK 2017 05 18 14 27 07 – by BASE Logic, Inc.

Wednesday, April 26, 2017

BASE Logic, Inc.

BASE Logic, Inc.

Link to BASE Logic, Inc.

Spring Security – Programmatic Registration of Java Configuration Beans

Posted: 25 Apr 2017 04:17 PM PDT

TweetI have been working on refactoring the Spring Security Calendar application from XML configuration to Java Configuration. In the migration, the is a DefaultService.java file that is using UserDetailsManager, which extends UserDetailsService: DefaultService: UserDetailsManager: But, during the Autowire sequence, the Security Objects created from the WebSecurityConfigurerAdapter and used in other @Component’s,  can’t be found: The […]

Saturday, April 22, 2017

BASE Logic, Inc.

BASE Logic, Inc.

Link to BASE Logic, Inc.

Spring Security 3rd edition – Spring MVC and ContextLoaderListener described

Posted: 21 Apr 2017 05:36 PM PDT

TweetI am currently working on a project for Packt Publishing to update Spring Security 2nd Edition, to the 3rd edition. I wanted to detail some of the progress and in Chapter 2, we describe the Servlet 3.0+ initialization process in Spring Mvc: ContextLoaderListener The first step of updating the web.xml file is to remove it [...]

Tuesday, March 21, 2017

BASE Logic, Inc.

BASE Logic, Inc.

Link to BASE Logic, Inc.

Strange charset on STS 3.8 dashboard

Posted: 20 Mar 2017 03:02 PM PDT

TweetI recently upgraded to STS Version: 3.8.3.RELEASE and when I started the IDE, I started getting strange NORDIC characters like: http://symbolcodes.tlt.psu.edu/bylanguage/nordic.html After digging a bit on this issue, I found there was already an ISSUE open: https://issuetracker.springsource.com/browse/STS-4422 The root cause is an issue with JavaFX on JDK 1.7, but obviously also on 1.8 as that [...]