LUTECE avatar

LUTECE

Official

@lutece-platform

0Followers
|
497Public Repos
|
15Published Skills

Open Source Content Management Framework

Skills Distribution
DomainDeveloper To...Content Management.. (40%)Search Indexing & .. (30%)Enterprise Securit.. (20%)Legacy Migration E.. (10%)

Agent Skills by LUTECE

Showing 15 vetted skills indexed across 1 GitHub repositories.

lutece-platformlutece-platform

lutece-lucene-indexer

Implement plugin-internal Lucene search indexing in Lutece 8.

Official
Advanced
lutece-platformlutece-platform

lutece-elasticdata

Implement Elasticsearch DataSource modules for Lutece 8 applications.

Official
Advanced
lutece-platformlutece-platform

lutece-site

Generate a Lutece 8 web application site with Maven pom.xml and MySQL configuration.

Official
Advanced
lutece-platformlutece-platform

lutece-xdoc-generator

Generate bilingual French and English XDOC documentation for Lutece Java plugins.

Official
Advanced
lutece-platformlutece-platform

lutece-cache

Implement caching patterns in Lutece 8 plugins with AbstractCacheableService and CDI events.

Official
Intermediate
lutece-platformlutece-platform

lutece-deep-review

Trace Lutece plugin request lifecycles across layers to detect guaranteed bugs.

Official
Advanced
lutece-platformlutece-platform

lutece-workflow

Guide Lutece 8 workflow module development with architecture and implementation patterns.

Official
Intermediate
lutece-platformlutece-platform

lutece-scaffold

Generate Lutece 8 plugin scaffolds with entities and optional features.

Official
Advanced
lutece-platformlutece-platform

lutece-solr-indexer

Implement Solr search modules for Lutece 8 entities with CDI auto-discovery.

Official
Intermediate
lutece-platformlutece-platform

lutece-migration-site-v8

Automate Lutece v7 to v8 website migration with POM, OpenLiberty, and SQL updates.

Official
Advanced
lutece-platformlutece-platform

lutece-patterns

Document Lutece 8 architectural patterns including layered design and CDI usage.

Official
Intermediate
lutece-platformlutece-platform

lutece-rbac

Implement RBAC for Lutece 8 plugins with entity permissions and authorization checks.

Official
Advanced
lutece-platformlutece-platform

lutece-brainstorming

Gather requirements, identify reusable components, and explore architectures for Lutece 8 features.

Official
Advanced
lutece-platformlutece-platform

lutece-dao

Define Lutece 8 DAO and Home layer patterns with DAOUtil lifecycle and SQL constants.

Official
Intermediate
lutece-platformlutece-platform

lutece-migration-v8-agent-teams

Automate Lutece v7 plugin migration to v8 with agent teams.

Official
Advanced

Frequently Asked Questions About LUTECE

FAQPage Schema
What specific tasks can developers perform using the LUTECE framework?

Developers can build modular web applications, implement complex search indexing via Lucene or Solr, manage entity-level security with RBAC, and define data access layers using DAOUtil. The framework supports generating plugin scaffolds, managing caching services, and documenting project requirements through integrated XDOC generation.

Which technical personas benefit most from LUTECE?

LUTECE is designed for Java enterprise developers and software architects tasked with maintaining large-scale content management systems. It is particularly suited for teams managing complex migration paths from version 7 to 8 and those requiring strict architectural patterns for CDI-based plugin development.

What are the prerequisites and dependencies for running LUTECE applications?

LUTECE applications require a Java environment, Maven for project management, and a MySQL database for persistence. Deployment typically targets OpenLiberty servers. Developers should be familiar with CDI patterns, SQL configuration, and the specific LUTECE 8 architectural standards for DAO and Home layer implementation.