background preloader

New

Facebook Twitter

What are good interview questions on Spring Boot? - Quora. Spring Data, MongoDB, and Spring Boot - DZone Database. Join the DZone community and get the full member experience.

Spring Data, MongoDB, and Spring Boot - DZone Database

Join For Free Build fast, scale big with MongoDB Atlas, a hosted service for the leading NoSQL database. Try it now! GitHub - severedsea/spring-boot-security-rest-boilerplate: Spring Boot + Spring Security + REST Boilerplate. Getting Started With JHipster, Part 3. Welcome back to this JHipster tutorial series!

Getting Started With JHipster, Part 3

In part one we covered creating a monolithic application. In part two, we walked through creating a microservice application (which was a bit more complicated). For those of you out there working to get things going with JHipster, there are some setup things and “gotchas” that I’d like to highlight. So this little blog is more of a helper for those of you who have decided to try JHipster out and play around with it. That’s what we’ll be discussing in this blog post with the hope that I can help you minimize the getting-up-to-speed curve. Microservices in Spring Boot: a Screencast. Join the DZone community and get the full member experience.

Microservices in Spring Boot: a Screencast

Join For Free At Stormpath we spent 18 months researching best practices for designing an API. Join Les Hazlewood, Stormpath CTO and Apache Shiro Chair, as he explains how to design a secure REST API, the right way. Springboot-angular2-tutorial. Spring Boot – what it is and how to get started. Spring Boot, the new convention-over-configuration centric framework from the Spring team at Pivotal, marries Spring’s flexibility with conventional, common sense defaults to make application development not just fly, but pleasant!

Spring Boot – what it is and how to get started

Spring developer advocate Josh Long takes a look at what Spring Boot is, why it is turning heads, why you should consider it for your next application and how to get started. Spring Boot aims to make address the common functional and non-functional requirements that gate quickly moving to production. Getting Started Deploying Spring Apps. Spring Boot 1.4: Gherkin tests. In this post I show how you can implement Gherkin tests for Spring Boot 1.4.1.

Spring Boot 1.4: Gherkin tests

Here is an example of a Gherkin based test script: The Feature, Scenario, Scenario Outline, Given, When, Then and And constructs are part of the Gherkin test language [1]. Such tests are popular in Behavior-driven development (BDD) and is meant as a common tool between users from the business and users from the development team [2]. REST Security with JWT, Spring Security and Java. Security Security is the enemy of convenience, and vice versa.

REST Security with JWT, Spring Security and Java

This statement is true for any system, virtual or real, from the physical house entrance to web banking platforms. Engineers are constantly trying to find the right balance for the given use case, leaning to one side or the other. Usually, when a new threat appears, we move towards security and away from convenience. Why Spring is Winning the Microservices Game. This is the second blogpost in the series “Exploring the virtues of microservices”, with each one checking out different frameworks that established themselves in the Java industry as goto choices for establishing a microservices environment.

Why Spring is Winning the Microservices Game

The main goal of the series is to investigate what makes certain libraries so good at enabling microservices architecture. Last time we looked at how Play framework and the Akka library help you build forests of microservices and looked how they encourage you to ensure isolation, autonomy, and managing the state of the components at the code level. This time we focus on the Spring framework. 5 Practical Tips for Building Your Spring Boot API. Building Identity Management, including authentication and authorization?

5 Practical Tips for Building Your Spring Boot API

Try Stormpath! Our REST API and robust Java SDK support can eliminate your security risk and can be implemented in minutes. Sign up, and never build auth again! Every API developer is looking for ways to manage their application more securely, without sacrificing speed or ease of implementing new features. To that end, we recently updated the core Stormpath product – our REST API – to Spring Boot. Getting Started Deploying Spring Apps. JSON Web Token Authentication Tutorial: Example using Spring Boot. Table of contents: Introduction This article will guide you on how you can implement JWT authentication with Spring Boot.

JSON Web Token Authentication Tutorial: Example using Spring Boot

We will cover the following two scenarios: Ajax Authentication JWT Token Authentication. How to Generate Spring Boot Applications Using Spring Roo. Architecting The Cloud Native Platform - Singapore Spring User Group. Custom test slice with Spring Boot 1.4. Spring Boot 1.4 includes a major overhaul of testing support and one of these features is test slicing.

Custom test slice with Spring Boot 1.4

I’d like to take the opportunity in this blog post to further explain what it is and how you can easily create your own slices. Test slicing is about segmenting the ApplicationContext that is created for your test. Typically, if you want to test a controller using MockMvc, surely you don’t want to bother with the data layer. Testing Spring Boot Applications - Phil Webb @ Spring I/O 2016. Tutorial · Spring Security and Angular JS. In this section we continue our discussion of how to use Spring Security with Angular in a "single page application". Here we show how to use Spring Session together with Spring Cloud to combine the features of the systems we built in parts II and IV, and actually end up building 3 single page applications with quite different responsibilities.

The aim is to build a Gateway (like in part IV) that is used not only for API resources but also to load the UI from a backend server. We simplify the token-wrangling bits of part II by using the Gateway to pass through the authentication to the backends. Angular 2 Boot. LATEST NEWS ! Angular2Boot will be presented at JavaOne 2016 this year ! We hope to meet your there and discuss with you ! Angular2Boot is an opiniated framework to build web applications in Java 8. It is built upon rock-solid foundations : Angular 2, GWT and Spring Boot.