Objlab
← Назад к сценариям
Уровень 2 — Карточка сценарияRefactoring and conversion

Gluecode

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

TargetGluecode
РежимCode refactor
связей3 связей
Наблюдаемые outputs4 Наблюдаемые outputs
Gateway: www.objlab.it·Mock-демо: активно·Режим: Code refactor
Уровень 3 — Операционное демо

В этом представлении показаны операционные детали сценария использования с mock-данными, логами и наблюдаемыми outputs. Реальная версия работает через LAN-backend или gateway Objlab.

Режим

Демо использует синтетические данные и не обращается напрямую к LAN VM.

Mock-метрики

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

Задействованное программное обеспечение

  • Legacy adapter
  • Code refactoring
  • Transformation layer

Backend и оркестрация

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

Поток демо

  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"] }

Наблюдаемые outputs

Refactoring mapAdapterLogical diffModernization tasks

Журнал выполнения

Scan

Legacy modules and internal dependencies detected

Plan

Incremental refactoring plan created

Review

3 points require source code validation