Connect to Ethereum geth client using web3j
Introduction video to web3jhttps://www.youtube.com/watch?v=ea3miXs_P6YBlockchain - Using cryptocurrency with...
View ArticleUsing Ethereum Mist Wallet
Ethereum main wikihttps://github.com/ethereum/wiki/wiki Mist releasehttps://github.com/ethereum/mist/releasesStep-by-Step Guide: Getting Started with Ethereum Mist...
View ArticleGet Started with Lightbend Technologies
Microservices framework built on Akka and Playhttps://www.lightbend.com/lagom-framework Lagom - Get started https://www.lagomframework.com/get-started-java-maven.html Create project - choose name and...
View ArticleLagom Scala HelloWorld project
Get started with Lagom using Scalahttps://www.lagomframework.com/get-started-scala.htmlCreate project and add it to...
View ArticleGetting started with Microprofile
MicroProfilehttps://microprofile.io/https://openliberty.io/docs/ref/microprofile/1.3/List of microprofile implementationshttps://wiki.eclipse.org/MicroProfile/ImplementationPayara...
View ArticleUsing Docker containers to develop microservices
Adam Bien - Thin WARs, Java EE 7, Docker and Productivityhttps://www.youtube.com/watch?v=5N4EUDhrkecAdam Bien - sampleshttps://github.com/AdamBien/docklands OpenLiberty MicroService Docker guide...
View ArticleJBoss Thorntail
https://thorntail.io/https://thorntail.io/generator/<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0"...
View ArticleWeblogic REST API
https://docs.oracle.com/middleware/1221/wls/WLRUR/overview.htm#WLRUR111https://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/12c/12_2_1/01-30-001-ManageWLSREST1221/Manage_WLS_REST1221.html...
View ArticlePython - configure development environment
Configure Python SDK in IntteliJhttps://www.jetbrains.com/help/idea/configuring-local-python-interpreters.html Python tutorialhttps://docs.python.org/3/tutorial/index.htmlInstall scientific...
View ArticleAfter installation steps for Fedora 29
Update all packagesdnf updateEnable RPM Fusion repo sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm...
View ArticleGolang - first test project
HOWTO structure Golang projecthttps://golang.org/doc/code.htmlSettings GOPATHhttps://github.com/golang/go/wiki/SettingGOPATHGolang - complex project...
View ArticlePostinstall tasks for Fedora using Ansible
Fedora Ansible tasks repo - various taskshttps://github.com/fabaff/fedora-ansibleCode for example belowhttps://github.com/dveselka/fedora-ansible-postinstallCreate Ansible playbook[dave@dave...
View ArticleInstall Azure CLI on Centos
Azure HOWTOhttps://docs.microsoft.com/en-us/cli/azure/install-azure-cli-yum?view=azure-cli-latestCreate repository[centos@dbag-centos-xx630 ~]$ sudo rpm --import...
View ArticleJava EE 7 : JAX-RS 2.0 RST API sample
Java EE 7 and JAX-RS 2.0by Adam Bienhttps://www.oracle.com/technetwork/articles/java/jaxrs20-1929352.htmlJava EE7 sampleshttps://github.com/javaee-samples/javaee7-samples/tree/master/jaxrsRESTFul Web...
View ArticleJAX-RS JAXB JSON - convert POJO to JSON
Guide to JAXBhttps://www.baeldung.com/jaxbSample code https://github.com/eugenp/tutorials/tree/master/jaxbMicroservice samplehttps://www.baeldung.com/eclipse-microprofile In previous versions before...
View ArticleCreating a RESTful web service using Java Microprofile
Creating a RESTful web service using Java Microprofile - OpenLiberty guidehttps://openliberty.io/guides/rest-intro.html?_ga=2.32933814.922244966.1570259159-606366657.1570259159Install latest version...
View ArticleJAX-RS read JSON POST body parameters
Set a Response Body in JAX-RShttps://www.baeldung.com/jax-rs-response Read JSON directly @POST @Path("listwrapper/") @Consumes({MediaType.APPLICATION_JSON})...
View ArticleConfigure development environment for Java Microproflle using OpenLiberty on...
Follow the guide fron OpenLibertyhttps://openliberty.io/guides/maven-intro.html Install latest Mavenhttps://computingforgeeks.com/installing-latest-apache-maven-on-centos-fedora/[dave@localhost ~]$...
View ArticleCreate microservices multimodule OpenLiberty project using Maven
Multimodule project guidehttps://openliberty.io/guides/maven-multimodules.htmlGet the code[dave@localhost git]$ git clone https://github.com/openliberty/guide-maven-multimodules.gitCloning into...
View ArticleDeploy Java EE7 app into Weblogic Docker domain using Maven
Weblogic 12.2.1.4 https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/index.html General HOWTOhttp://www.adam-bien.com/roller/abien/entry/how_to_dockerize_weblogic_for...
View Article