白乔原创:著名Web文件管理器elfinder的后端服务器

elfinder-2.x-servlet是针对Web的文件管理器elfinder的Java后端实现,支持文件浏览、查看、搜索等功能。通过接口设计,开发者可以根据需求定制文件目录。该项目已在中央仓库发布,可以通过Maven添加依赖并使用Spring Framework进行配置。此外,还提供了基于CommandExecutor的命令响应机制和FsService工厂,方便扩展和个性化设置。
摘要由CSDN通过智能技术生成

https://github.com/bluejoe2008/elfinder-2.x-servlet

 

elfinder是一款基于Web的文件浏览器前端,但一直缺乏比较好的Java后端代码。

本项目集成了elfinder的前端代码,并提供了一个基于Java的后端实现。

文件管理器支持文件的浏览、查看、搜索等操作。通过接口设计,开发者可根据具体的情况模拟文件目录。

 

what's elfinder-2.x-servlet

elfinder-2.x-servlet implements a java servlet for elfinder-2.x connector

elfinder is an Open-source file manager for web, written in JavaScript using jQuery and jQuery UI. see also http://elfinder.org

for elfinder-1.2 users, please go to https://github.com/Studio-42/elfinder-servlet.

importing elfinder-2.x-servlet

this project is released as an artifact on the central repostory

use

<dependency>
    <groupId>com.github.bluejoe2008</groupId>
    <artifactId>elfinder-servlet-2</artifactId>
    <version>1.1</version>
    <classifier>classes</classifier>
</dependency>

to add dependency in your pom.xml

building elfinder-2.x-servlet

the source files includes:

  • src/main/webapp : a normal j2ee application includes elfinder, WEB-INF...
  • src/main/java: source codes for elfinder-servlet
  • src/main/resources: source codes for elfinder-servlet

To build this project with maven run:

mvn install

to run this project within a jetty container use:

mvn jetty:run

using elfinder-2.x-servlet in your web apps

just use following codes to tell elfinder to conne

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值