LUTECE
Official@lutece-platform
Open Source Content Management Framework
Agent Skills by LUTECE
Showing 15 vetted skills indexed across 1 GitHub repositories.
lutece-lucene-indexer
Implement plugin-internal Lucene search indexing in Lutece 8.
lutece-elasticdata
Implement Elasticsearch DataSource modules for Lutece 8 applications.
lutece-site
Generate a Lutece 8 web application site with Maven pom.xml and MySQL configuration.
lutece-xdoc-generator
Generate bilingual French and English XDOC documentation for Lutece Java plugins.
lutece-cache
Implement caching patterns in Lutece 8 plugins with AbstractCacheableService and CDI events.
lutece-deep-review
Trace Lutece plugin request lifecycles across layers to detect guaranteed bugs.
lutece-workflow
Guide Lutece 8 workflow module development with architecture and implementation patterns.
lutece-scaffold
Generate Lutece 8 plugin scaffolds with entities and optional features.
lutece-solr-indexer
Implement Solr search modules for Lutece 8 entities with CDI auto-discovery.
lutece-migration-site-v8
Automate Lutece v7 to v8 website migration with POM, OpenLiberty, and SQL updates.
lutece-patterns
Document Lutece 8 architectural patterns including layered design and CDI usage.
lutece-rbac
Implement RBAC for Lutece 8 plugins with entity permissions and authorization checks.
lutece-brainstorming
Gather requirements, identify reusable components, and explore architectures for Lutece 8 features.
lutece-dao
Define Lutece 8 DAO and Home layer patterns with DAOUtil lifecycle and SQL constants.
lutece-migration-v8-agent-teams
Automate Lutece v7 plugin migration to v8 with agent teams.
Frequently Asked Questions About LUTECE
FAQPage SchemaWhat 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.