Skip to content

nablarch/nabledge-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nabledge-dev

Nablarch knowledge development

Documentation: Design Document - Comprehensive architecture and design details

Prerequisites

  • WSL2 / Ubuntu
  • CA certificate (if behind corporate proxy)

Setup

1. Install CA Certificate (for proxy environments)

sudo cp /path/to/your/ca.crt /usr/local/share/ca-certificates/ca.crt
sudo update-ca-certificates

2. Environment Setup

./setup.sh
cp .env.example .env
# Edit .env and set your credentials

Getting Started

source .env
claude

Usage

Using nabledge-6 Skill

Ask questions about Nablarch 6 framework:

データリードハンドラでファイルを読み込むにはどうすればいいですか?
UniversalDaoでページングを実装したい
トランザクション管理ハンドラの設定方法を教えてください

Analyze existing code:

このActionクラスの構造を説明して
proman-batchモジュール全体の構造を教えてください

Example Questions

See test scenarios for 30+ example questions covering:

  • Handlers (transaction management, data reading, DB connections)
  • Libraries (UniversalDao, database access, file path management)
  • Tools (NTF testing framework)
  • Processing (Nablarch batch architecture)
  • Adapters (SLF4J logging)
  • Code Analysis (understanding existing code structure)

About

Nablarch knowledge development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages