Demonstrates the Grid and Upload components with a Java Spring Boot Maven backend.
See the Java integration article for full details.
| Component | Docs |
|---|---|
| Grid | Grid Component |
| Upload | Upload Component |
| Directory | Description |
|---|---|
frontend/ |
Angular application |
backend/ |
Java Spring Boot application |
- Angular CLI 18.0.0+
- JDK 23 — download the correct build for your architecture (arm64 for Apple Silicon, x64 for Intel)
- Apache Maven — install via Homebrew on macOS or download manually
# Clone the repository
git clone https://github.com/telerik/kendo-angular/cd examples-standalone/kendoangular-java-integration/backend
mvn spring-boot:runBackend available at http://localhost:8080.
cd examples-standalone/kendoangular-java-integration/ClientApp
npm install
ng serveFrontend available at http://localhost:4200.
Grid Component
- Displays a list of products
- Client-side sorting, filtering, grouping, and paging via the process helper
- Full CRUD operations against the server
Upload Component
- File upload to the backend server
