delei commented on issue #686: URL: https://github.com/apache/fesod/issues/686#issuecomment-3530729978
A very good proposal. FYI, regarding the division of your Maven multi-module project, I believe it could be optimised. For now, I propose dividing the modules as follows: ```bash fesod-parent # Root ├── fesod-all # All sub-modules ├── fesod-bom # BOM package ├── fesod-common # General modules and utility classes ├── fesod-examples # Usage examples └── fesod-sheet # For spreadsheets(csv,excel) ``` In future, we can introduce more modules ```bash ├── fesod-ai # MCP ├── fesod-benchmark # JMH ├── fesod-doc # For word ├── fesod-spring # Spring Framework ├── fesod-quarkus # Quarkus Framework ``` BTW, regarding file types, we have adopted a multi-core-class approach. We will establish our own branded terminology for core classes rather than creating separate terms for each specific file type. For instance, `FesodSheet` will be used for spreadsheet-type files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
