Posts

Showing posts with the label Web Services

Java Spring Boot Full Stack

Image
  Java Spring Boot Full Stack INTRODUCTION The platform, originally developed in 1991 by Sun Microsystems - for interactive cable television, known as “Java” modified over the span of 29 years to become one of the most powerful and practiced full stack technology by open-source programming world. Technology giants like Facebook (React.js) and Netflix (Restful Microservices) are few to mention among the beneficiaries of Java Spring boot full stack . Memory efficiency, re-usability, entities binding, maven dependencies, micro-services architecture , dependency-injection and spring security are among the salient features of Java Spring-boot full stack. It may be used for enterprise level application development due to its flexibility and ability to accept rapidly growing development changes. [1] Java Spring Boot full stack discussed in this report will compromise of following architecture [2]:   Frontend will comprise of JavaScript based technologies because they o...

Java Springboot With FireBird

Image
  Java Springboot With FireBird is a development stack for web or desktop based apps. We will use Java language with springboot framework to build a basic restful API. Our purpose is to setup the environment and access data from database using our Browser. We require following software: 1.    Intelli J studio 2.    Jdk (latest) 3.    Firebird (latest)   Step 1: Download and Install Firebird database (it comes with Command line SQL executor) as shown below: Step 2:   Execute and test sample SQL script to verify connectivity with local system Firebird instance. Step 3: Download JBird driver for connectivity with Java instance.   Step 4:   Download and install IntelliJ idea studio. Step 5: Create Intelli J New Project (Spring Initializer) Step 6: Set Datasource using previously downloaded JBird. Step 7: Coding Starts: ·         Update POM file for all dependencies (you need ...