Enterprise Java
-
Object-Relational Mapping (ORM) with NetSuite Data Entities in Java
Object-relational mapping (ORM) techniques make it easier to work with relational data sources and can bridge your logical business model…
Read More » -
Role of Automation Testing in CI CD Pipeline
The industry widely adopted software development practices: Continuous Integration and Continuous Deployment ensure delivering the product well and delivering often.…
Read More » -
Defining a Resource
In Fielding’s dissertation a Resource is described as: “Any information that can be named” … “a document or image, a temporal…
Read More » -
Angular 8 + Spring Boot 2.2: Build a CRUD App Today!
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Hot-deploying into Kubernetes using Telepresence & WAD
When you’re testing your enterprise application in a Kubernetes environment, the turnaround for changing, re-packaging, and re-deploying your application can…
Read More » -
Spring Bean Scopes
Introduction: Spring core container instantiates beans and manages their life-cycle. While defining a bean, we can provide its scope. Unless…
Read More » -
TestNG Listeners In Selenium WebDriver With Examples
There are different interfaces provided by Java that allows you to modify TestNG behaviour. These interfaces are further known as…
Read More » -
Reactive Relational Database Transactions
Spring Framework announced recently to ship with support for reactive transaction management.Let’s take an in-depth look at how this works…
Read More » -
AWS Lambda Event Source Mappings: bringing your triggers to order from chaos
Recently we introduced two new AWS Lambda event sources (trigger types) for your serverless projects on Sigma cloud IDE: SQS…
Read More »