{"id":32115233,"url":"https://github.com/spot-next/core-next","last_synced_at":"2026-02-20T18:32:03.949Z","repository":{"id":40295860,"uuid":"69727127","full_name":"spot-next/core-next","owner":"spot-next","description":"core-next microservice framework","archived":false,"fork":false,"pushed_at":"2023-01-06T15:07:57.000Z","size":18550,"stargazers_count":13,"open_issues_count":38,"forks_count":5,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2026-01-25T06:14:43.992Z","etag":null,"topics":["cloud","ecommerce","hybris","hybris-commerce-suite","java","microservice","persistence-layer","rest"],"latest_commit_sha":null,"homepage":"https://core-next.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spot-next.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-01T08:11:53.000Z","updated_at":"2025-09-26T21:15:58.000Z","dependencies_parsed_at":"2023-02-06T05:45:38.058Z","dependency_job_id":null,"html_url":"https://github.com/spot-next/core-next","commit_stats":null,"previous_names":["mojo2012/spot-framework","spot-next/spot-framework"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/spot-next/core-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spot-next%2Fcore-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spot-next%2Fcore-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spot-next%2Fcore-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spot-next%2Fcore-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spot-next","download_url":"https://codeload.github.com/spot-next/core-next/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spot-next%2Fcore-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29660033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","ecommerce","hybris","hybris-commerce-suite","java","microservice","persistence-layer","rest"],"created_at":"2025-10-20T15:51:09.022Z","updated_at":"2026-02-20T18:32:03.934Z","avatar_url":"https://github.com/spot-next.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![spot-logo](/docs/resources/core-next-logo.png)\n\n# spOt micro framework\n[![Code Coverage](https://scan.coverity.com/projects/13539/badge.svg)](https://scan.coverity.com/projects/mojo2012-spot-framework) [![Build Status](https://travis-ci.org/spot-next/spot-framework.svg?branch=master)](https://travis-ci.org/spot-next/spot-framework) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.spot-next/spot-framework/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.spot-next/spot-framework) [![Javadocs](http://javadoc.io/badge/io.spot-next/spot-core.svg)](http://javadoc.io/doc/io.spot-next/spot-core) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Join the chat at https://gitter.im/spot-next/Lobby](https://badges.gitter.im/spot-next/Lobby.svg)](https://gitter.im/spot-next/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\nThe idea of the spOt micro framework is to take the good parts of the SAP Hybris framework and bring them to the next level.\nFor those who don't know SAP Hybris: it's a enterprise-grade ecommerce framework with it's own custom object-oriented persistence layer.\nYou don't need to setup database tables or anything like that - all models are generated from XML definitions. It allows to extend all models, even those who are defined by the framework itself. This makes it pretty easy to add new properties to types like *Product*, *Category* or *Customer*.\n\nAdditionally the framework also offers the so called \"Accelerator\". A demo-shop/website (B2C, B2B, telco, insurance) that can be used as starting point for your ecommerce project.\n\nTo sum up the good things:\n* Very flexible/adaptable and well-defined ecommerce domain model\n* Services available for all sorts of problem domains: cart manipulation, product search, authentication and many more\n* Demo-shop can be used as starting point\n\nSound pretty cool, huh?\n.... WELL. It also has a lot of downsides.\n\nBuilding (ant clean all) the entire suite takes up to 5 minutes. Startup time is about 4 minutes. Hot-code replacement - event with JRebel - doesn't work very well.\nAt the end of the day you probably spent half of your day waiting for Hybris to boot up after your changes and the other half debugging decompiled code ....\n\nAlso the readily-available services are often over-engineerd and hard to customize, sometimes the code quality is very poor, sometimes you simply don't know if it's better and faster to rewrite an entire function block or find out how the Hybris functionality works (hello approval process, I'm looking at you).\n\nOf course, documentation is ... scarce and mostly useless.\n\n## Idea\nSo what's the idea behind spOt?\n\n* Conventient \"just-works\" persistence layer\n* Flexible and adaptable type system (even add properties to out-of-the-box types)\n* Lightweight service-oriented architecture\n* Microservice-oriented approach: for services both a \"local\" and \"remote\" implemenatation is available. So spOt nodes can interact naturally with each other.\n\n## Current state\n* Persistence layer implemented using Hibernate\n* Item type generation from XML (maven plugin)\n* Basic services infrastructure for model model handling and quering, localization/internationalization, security/authentication, serialization\n* REST services for querying type system and models (read-write)\n* Tomcat/spring-mvc integration (spOt is loaded as spring parent context)\n\n## Roadmap\n* Expose model-related services as REST endpoints, so spOt nodes can interact with each other\n* Basic framework for ecommerce-related functionality\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspot-next%2Fcore-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspot-next%2Fcore-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspot-next%2Fcore-next/lists"}