g-Solutions

G-solutions is collection of software solutions.

NYLA Solutions Java API 

This Java API provides support for basic application utilities (application configuration, data encryption, debugger, text processing and more).

https://github.com/nyla-solutions/nyla/tree/master/nyla.solutions.global

NYLA DAO

This project is a simple Data Access Object (DAO) abstraction. There are default implementations for the JDBC based access. This project expands on NYLA's Command pattern (a.k.a. COMMAS) for data access. This project implements NYLA's Query Service pattern for database based searches. The object nyla.solutions.dao.SQL is one of the most useful objects as it provides a simple interface to connect and perform JDBC data access (similar to the Spring Data JDBC Template API).

https://github.com/nyla-solutions/nyla/tree/master/nyla.solutions.dao

NYLA Office

NYLA Office provides utilities for creating Excel, PDF and open office documents.
 
 

NYLA Web

NYLA Web is a project expands on NYLA's Command pattern (a.k.a. COMMAS) for building REST/web services. It implements its own Model View Controller pattern for pure JEE or web containers (ex: Jetty) MicroServices. This project provides NYLA's Query Service pattern for searches abstracted through web services.
 
 

Please contact ggreen@g-solutions.net for questions