Objlab
← Torna agli scenari
Livello 2 - Scheda scenarioRefactoring and conversion

Gluecode

A scenario showing how legacy code can be normalized, encapsulated and moved into a more readable structure without radical rewrites.

TargetGluecode
ModalitàCode refactor
collegamenti3 collegamenti
Output osservabili4 Output osservabili
Gateway: www.objlab.it·Demo mock: attiva·Modalità: Code refactor
Livello 3 - Demo operativa

Questa vista mostra il dettaglio operativo del caso d'uso con dati mock, log e output osservabili. La versione reale gira tramite backend in LAN o il gateway Objlab.

Modalità

La demo usa dati sintetici e non richiama direttamente la VM in LAN.

Metriche mock

  • Modules analyzed: 18 - Legacy classes and services identified
  • Adapters generated: 7 - Compatibility layer ready
  • Refactor tasks: 14 - Priority actions in the modernization plan

Software coinvolti

  • Legacy adapter
  • Code refactoring
  • Transformation layer

Backend e orchestrazione

  • www.objlab.it gateway
  • Gluecode API
  • audit log

Flusso demo

  1. Open the legacy block
  2. Choose the refactoring path
  3. Run the demo flow
  4. Compare before and after

Mock request

{ "project": "legacy-app", "mode": "refactor", "goal": "adapter-layer", "dry_run": true }

Mock response

{ "status": "ok", "modules": 18, "adapters": 7, "diff": ["rename service", "extract API boundary"] }

Output osservabili

Refactoring mapAdapterLogical diffModernization tasks

Log di esecuzione

Scan

Legacy modules and internal dependencies detected

Plan

Incremental refactoring plan created

Review

3 points require source code validation