- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 69 for Di (0.01 seconds)
-
dbflute_fess/dfprop/dependencyInjectionMap.dfprop
# The package name(output directory) of DBFlute DI configuration for Lasta Di. # # @LastaDiOnly #; dbfluteDiXmlPackageName = ../resources # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o dbfluteDiXmlFileName: (NotRequired - Default 'dbflute.xml') # The file name of DBFlute DI configuration for Lasta Di. # # @LastaDiOnly
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 6.5K bytes - Click Count (0) -
docs/ko/README.md
- [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) ## 제공된 기술 * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 컨테이너 * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): 웹 프레임워크 * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): 작업 스케줄러
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
docs/zh-CN/README.md
- [Português (Brazilian Portuguese)](../pt-BR/README.md) - [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## 技术支持 * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 容器 * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web 框架 * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): 任务调度器
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7K bytes - Click Count (0) -
CLAUDE.md
- SSO integration (OIDC, SAML, SPNEGO, Entra ID) - i18n support (20+ languages) ## Tech Stack | Component | Technology | |-----------|------------| | Web Framework | LastaFlute (MVC framework) | | DI Container | Lasta Di | | Data Access | DBFlute (type-safe ORM for OpenSearch) | | Search Engine | OpenSearch | | App Server | Embedded Tomcat | | Crawler | fess-crawler library | | Scheduler | Lasta Job | | Logging | Log4j2 |
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
/** Maximum number of compiled scripts to cache. Configurable via DI. */ protected int scriptCacheSize = 1000; /** Maximum length of script text included in warning log messages. Configurable via DI. */ protected int maxScriptLogLength = 200; /** Whether to log script execution details for auditing purposes. Configurable via DI. */ protected boolean scriptAuditLogEnabled;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
README.md
- [Français (French)](docs/fr/README.md) - [Deutsch (German)](docs/de/README.md) - [한국어 (Korean)](docs/ko/README.md) ## Powered By * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI Container * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web Framework * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Job Scheduler
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
src/main/resources/lasta_di.properties
# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ # Lasta Di properties, you can set container's options # _/_/_/_/_/_/_/_/_/_/ # location of smart-deploy mode e.g. maihama_env.properties: lasta_di.smart.deploy.mode smart.deploy.mode.location = fess_env.properties: lasta_di.smart.deploy.mode # package for smart deploy target e.g. org.docksidestage.app smart.package1 = org.codelibs.fess.app # script engine
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Apr 05 21:04:36 GMT 2019 - 457 bytes - Click Count (0) -
docs/ja/README.md
- [Français (French)](../fr/README.md) - [Deutsch (German)](../de/README.md) - [한국어 (Korean)](../ko/README.md) ## Powered By * [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DIコンテナ * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Webフレームワーク * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): ジョブスケジューラ
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8.5K bytes - Click Count (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# java, csharp, scala # ; targetLanguage = java # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o targetContainer: (Required) # The target DI container. # Your possible choices are: # # spring, guice, seasar, cdi, lasta_di # ; targetContainer = spring # - - - - - - - - - -/Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticatorTest.java
assertNotNull(authenticator); // The constant should be accessible and properly named // We can't easily test the actual configuration without full DI setup, // but we verify the class structure is correct assertTrue(true); } @Test public void test_securitySettings_allowUnsecureBasic() throws Exception {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4.8K bytes - Click Count (0)