Software Tree
- 2 followers
- Campbell, California, USA
- https://www.softwaretree.com
- dperiwal@softwaretree.com
Popular repositories Loading
-
gilhari_example1
gilhari_example1 PublicExample of a RESTful Gilhari microservice providing ORM for JSON objects of User class
HTML 2
-
gilhari_ecommerce_example
gilhari_ecommerce_example PublicA RESTful Gilhari microservice demonstrating ORM for JSON objects with an e-commerce application object model having one-to-one and one-to-many relationships (using PostgreSQL)
-
gilhari_relationships_example
gilhari_relationships_example PublicA RESTful Gilhari microservice demonstrating ORM for JSON objects with one-to-one and one-to-many BYVALUE (Cascade) relationships and advanced query capabilities
Batchfile 1
-
ormcp-docs
ormcp-docs PublicDocumentation for ORMCP - An MCP Server for bridging AI and Database
Python 1
-
ormcp_smart_inventory_agent
ormcp_smart_inventory_agent PublicA smart inventory watchdog AI Agent that monitors your e-commerce inventory 24/7. Built Using LangChain/LangGraph, GPT, Gmail, ORMCP, and PostgreSQL. ORMCP is an MCP Server providing object-oriente…
Python 1
-
Repositories
- gilhari_ecommerce_example Public
A RESTful Gilhari microservice demonstrating ORM for JSON objects with an e-commerce application object model having one-to-one and one-to-many relationships (using PostgreSQL)
SoftwareTree/gilhari_ecommerce_example’s past year of commit activity - JDX_JSONExample Public
Introduces JDX ORM JSON-based persistence: a JSON_Employee class extends JDX_JSONObject with only two constructors; all attribute storage uses the JSONObject API. The ORM mapping uses VIRTUAL_ATTRIB declarations. Employees can be built from put calls, a JSONObject, or a raw JSON string.
SoftwareTree/JDX_JSONExample’s past year of commit activity - JDX_ReverseEngineeringJSONExample Public
Like JDX_ReverseEngineeringExample but generates JSON-capable container classes extending JDX_JSONObject instead of POJOs, and produces a JSON-aware .revjdx mapping using VIRTUAL_ATTRIB. Compatible with JDX ORM, Gilhari ORM, and MCP server deployments.
SoftwareTree/JDX_ReverseEngineeringJSONExample’s past year of commit activity - JDX_StreamingExample Public
Demonstrates JDX ORM object streaming — retrieving large query results in incremental batches using QFLAG_STREAM, queryFetch, and queryClose rather than loading everything into memory at once. Must be run inside a transaction; shows both a full-table stream and a filtered, ordered stream.
SoftwareTree/JDX_StreamingExample’s past year of commit activity - JDX_StoredProceduresExample Public
Shows how JDX ORM calls stored procedures via storedProc and maps results back to Java objects or scalar values. Five stored procedures are demonstrated: returning object lists, filtered objects, a count, an update count, and a computed scalar — all declared in the .jdx mapping file. This example uses MySQL stored procedures.
SoftwareTree/JDX_StoredProceduresExample’s past year of commit activity - JDX_SimpleExample Public
Introductory JDX ORM example demonstrating CRUD operations on a basic Java domain class ClassA using SQLite or MySQL. Shows schema auto-creation, queries with filters and ordering, and the JDXHelper convenience API — no manual SQL required.
SoftwareTree/JDX_SimpleExample’s past year of commit activity - JDX_Simple2Example Public
JDX ORM CRUD example contrasting two API styles: the lower-level JDXSetup/JDXS handle approach and the higher-level JDXHelper wrapper. Both perform identical operations so you can compare them side by side. Also demonstrates update2 for bulk in-database updates.
SoftwareTree/JDX_Simple2Example’s past year of commit activity - JDX_SequenceExample Public
Shows how JDX ORM named sequence generators SEQUENCE / JDXSeqUtil produce persistently unique, application-managed primary key values across application restarts. Uses DeptIdSequence and EmpIdSequence with configurable MAX_INCREMENT and START_WITH parameters.
SoftwareTree/JDX_SequenceExample’s past year of commit activity
Top languages
Loading…
Most used topics
Loading…