- Spring MVC Blueprints
- Sherwin John Calleja Tragura
- 229字
- 2021-07-14 10:48:26
Chapter 2. Electronic Document Management Systems (EDMS)
One of the most essential enterprise content management systems nowadays is the electronic content management (ECM) system. Companies resort to this kind of web ecosystem to provide solutions for managing their legal documents, hospital records, e-mails, billing invoices and other collaboration-related files. These software solutions store all those unstructured data, to promote paperless transactions that help companies minimize their costs when managing huge cabinets of documents.
The ECM solution is the integration of different sub-components including record management, document management, workflow and process management, collaboration solution, and security modules. Some of the popularly known ECM platforms that are used by many companies worldwide are: EMC Documentum, Alfresco, Apache Lenya, Liferay and OpenCMS.
The chapter will particularly focus on the implementation of uploading and downloading files that is considered the main feature of a DMS. To discuss the process of creating this feature, a software specimen called Electronic Document Management System (EDMS) will be created, to guide the reader on how to start with DMS using the Spring MVC 4.x specification.
In this chapter, you will learn how to:
- Configure a Spring MVC container for file uploading
- Implement and design uploading of files
- Use a MultipartFile interface
- Create file validations
- Learn the different solutions for file uploading using Spring MVC 4.x
- Deploy Spring MVC projects
- Encrypt and decrypt stored files
- Getting Started with React
- Python爬蟲開發:從入門到實戰(微課版)
- 劍指JVM:虛擬機實踐與性能調優
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- 自然語言處理Python進階
- SQL Server 2016數據庫應用與開發
- Java Web開發就該這樣學
- ASP.NET程序開發范例寶典
- 后臺開發:核心技術與應用實踐
- Kotlin Programming By Example
- 可視化H5頁面設計與制作:Mugeda標準教程
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- C語言從入門到精通(微視頻精編版)
- 多接入邊緣計算實戰
- The Java Workshop