← Back to projects
Full-StackJun 2022· Ag2ir

ERP Configuration App (Ag2ir)

Java GUI application for configuring an ERP system (EBP) via XML files. Automated XML file processing to facilitate ERP integration in companies.

JavaJava SwingXML

Context

During an internship at Ag2ir, the team needed a user-friendly desktop interface to configure their ERP system (EBP) through XML files, replacing error-prone manual XML editing by non-technical staff.

Approach

  • ·Analyzed the ERP XML schema to understand the full configuration structure
  • ·Developed a Java Swing GUI enabling visual configuration of ERP parameters
  • ·Implemented automated XML file generation from user interface inputs
  • ·Added validation to prevent configuration errors before ERP integration

Solution

A Java desktop application with a visual Swing interface for configuring the ERP system, automatically generating valid XML files and eliminating manual XML editing.

Key outcome

Non-technical staff can configure and integrate the ERP without touching XML directly, reducing configuration errors and integration time.

Project details

TypeDesktop Application
DateJun 2022
RoleIntern developer

Technologies

JavaJava SwingXML