It incudes all Frameworks,Tools and Technologies for modern development.
- Spring Framework:- For building enterprise-level applications.Spring is a powerful open-source Java platform (framework), that is used to create and maintain web applications. It starts as the Spring Framework providing a Dependency Injection Container. Spring Boot is an autoconfigurable packaging of multiple Spring projects (like Data, MVC, REST etc) initially created for creating microservices or quick PoC (Proof of concepts).
- Spring Boot:- Simplifies Spring-based application development.Spring Boot is an open source, microservice-based Java web framework. The Spring Boot framework creates a fully production-ready environment that is completely configurable using its prebuilt code within its codebase. The microservice architecture provides developers with a fully enclosed application, including embedded application servers.
- Hibernate:- For Object-Relational Mapping(ORM) Hibernate is an open source object-relational mapping tool that provides a framework to map object-oriented domain models to relational databases for web applications. Hibernate implements the specifications of JPA. Performance is key so Hibernate supports first-level and second-level caching.A powerful ORM tool that simplifies database operations and maps Java objects to tables, enhancing productivity and reducing boilerplate code.Core features are ORM, caching, and database abstraction.Use cases are Best for database-driven applications like ERP systems or apps requiring complex database interactions.
- Jakarta EE(Java EE):- Enterprise Edition for large scale applications.Core features are APIs for distributed computing, EJB, and transaction management.Used for Enterprise-grade B2B systems, banking applications, and large-scale financial apps.
- Apache Struts:- For building MVC-based web applications.MVC framework , a classic framework for building extensible web applications, known for its use in traditional enterprise projects.Used for Suitable for legacy systems and enterprise web portals
- Grails:- A Groovy-based framework for Java Developers.A simplified framework for rapid application development,built on Spring Boot and Hibernate.Used for Web apps, CMS platforms, and small-to-medium enterprise applications.
- Micronaut:- Lightweight framework for microservices and serverless apps.A modern, cloud-ready framework designed to optimize memory usage and performance for microservices development.Core features are Lightweight framework, reactive programming, and fast startup times.Ideal for Ideal for microservices, cloud-native apps, and serverless architectures.
- Quarkus:- Optimized for Kubernetes and cloud-native development.Quarkus is a Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards. It is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation, optimizing Java specifically for containers and enabling it to become an effective platform for serverless, cloud, and Kubernetes environments.A modern framework optimized for cloud environments,offering excellent integration with Kubernetes and container ecosystems.Features are Kubernetes-native, optimized runtime, and fast startup.Cloud-native microservices and containerized applications.
- Spark:- Spark is a micro framework for creating web applications in Kotlin and Java 8. Sinatra, a popular Ruby micro framework, was the inspiration for it.
- Play Framework:- Play Framework is a high-productivity web application framework that allows the model-view-controller pattern. It is written in Scala but can also be used for other programming languages that are compiled and run on the JVM. e.g.Java.A scalable framework built for high-performance web applications, emphasizing reactive programming for modern use cases.Core Features are Reactive streams, asynchronous I/O, and high scalability.Used for Real-time analytics platforms, streaming services, and highly concurrent applications
- DropWizard:- A minimalist framework focused on quickly building RESTful APIs and small-scale enterprise applications.Features includes RESTful APIs, lightweight libraries, and rapid development.Used for Low; beginner-friendly and straightforward.
- Vaadin:- A developer-friendly framework for creating interactive and responsive web UIs using Java without extensive frontend coding.Features includes Rich UI components and server-side Java for building modern UIs..Used for Dashboards, admin panels, and enterprise reporting tools.
- Maven:- Dependency management and bild tool.
- Gradle:- Build automation tool for multi-language projects
- Ant:- XML-based build tool
- Servlets & JSPs:- For building dynamic web pages.
- Thymeleaf:- Modern server-side template engine.
- Vaadin:- Framework for building modern web applications.
- JSF (JavaServer Faces):- Component-based UI framework.
- JUnit:- Unit testing framework.
- TestNG:- Advanced testing framework.
- Mockito:- Mocking framework for testing dependencies.
- Cucumber:- Behavior-driven development (BDD).
- Selenium:- Browser-based testing framework.
- JPA (Java Persistence API):- ORM standard for database integration.
- MyBatis:- For custom SQL queries and ORM.
- JDBC :- Standard Java API for database connectivity.
- SLF4J:- Logging facade for different implementations.
- Log4j:- Advanced logging framework.
- Logback:- Logging framework with better performance.
- Spring Security:- Comprehensive security framework.
- Apache Shiro:- General-purpose security framework.
- Keycloak:- Identity and access management solution.
- JMS (Java Message Service):- Messaging standard for communication between systems.
- RabbitMQ Java Client:- For RabbitMQ integration.
- Apache Kafka (Java API):- Distributed streaming platform.
- JAX-RSAPI:- for building RESTful web services.
- OpenAPI:- documentation and testing tool.
- SwaggerAPI:- documentation and testing tool.
- Eclipse IDE:- Popular integrated development environment for Java.
- IntelliJ IDE:- AAdvanced IDE for Java development.
- NetBeans:- Java development IDE.
- Visual Studio Code:- Lightweight editor with Java extensions.
- Deeplearning4j:- Deep learning library for Java.
- Weka:- Machine learning library.
- Apache Mahout:- Scalable machine learning algorithms.
- Akka:- Actor-based concurrency library.
- RxJava:- For reactive programming.
- Project Loom:- Lightweight threads and continuations.
- Netty:- Asynchronous networking library.
- Grizzly:- NIO framework for building web servers.
- Apache MINA:- Network application framework.
- Apache Commons:- A collection of reusable Java components for various tasks.
- Guava:- Google's utility library for Java, including collections, caching, and more.
- Jackson:- A JSON data-binding library for Java.
- Gson:- A library for converting Java objects to and from JSON.
- Joda-Time:- Library for better date and time management in Java.
- Apache POI:- For reading and writing Microsoft Office documents.
- JSoup:- Library for parsing and manipulating HTML.
- Apache PDFBox:- For creating, reading, and editing PDF documents.
- ZXing (Zebra Crossing):- A barcode and QR code scanning library for Java.
- Google Truth:- Library for writing readable and easy-to-maintain test assertions.
- FasterXML:- High-performance serialization/deserialization library.
- Apache Lucene:- A powerful search engine library for full-text search.
- SnakeYAML:- For working with YAML configurations in Java.
- JavaFX:- Toolkit for building rich client applications.
- OpenCSV:- For reading and writing CSV files in Java.
- Lombok:- Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.