Filter
Exclude
Time range
-
Near
Moving into Servlets and JSP (JavaServer Pages).
1
Ведь по сути что async servlets, что Netty, решают две главных задачи: не блокировать поток запроса, и не блокировать поток выполнения во время I/O. Обе эти вещи прекрасно решаются Virtual Threads, собственно, это то для чего они и были придуманы, некий аналог горутин.
4
3
398
Yoh Web Programming, servlets, jsp mr m. They want me to lose my streak😭
I might pass all 7 modules this semester
24
My most recent essay on Jakarta Servlets was accepted into the JavaRevisited publication and is now on "Trending" Love it 😻
Day #8 of embracing my "retardation" so that I can transcend it by writing a short essay for 100 days. Essay Title: Jakarta Servlets 6.1 : On HttpServlet 🔗 samuelowino.medium.com/jakar…
2
7
267
Java Developer Learning Roadmap |-- Java Fundamentals | |-- Java Syntax & Structure | |-- Variables, Data Types & Operators | |-- Control Flow (if-else, loops, switch) | |-- Methods & Functions | |-- Arrays & Strings | |-- Exception Handling Basics |-- Object-Oriented Programming (OOP) | |-- Classes & Objects | |-- Constructors & Methods | |-- Inheritance & Polymorphism | |-- Encapsulation & Abstraction | |-- Interfaces & Abstract Classes | |-- Composition vs Inheritance |-- Core Java Concepts | |-- Collections Framework (List, Set, Map, Queue) | |-- Generics & Type Safety | |-- File Handling & I/O Streams | |-- Multithreading & Concurrency | |-- Lambda Expressions & Functional Interfaces | |-- Stream API |-- Java Development Tools | |-- JDK, JRE & JVM | |-- Maven & Gradle | |-- IDEs (IntelliJ IDEA, Eclipse, VS Code) | |-- Debugging & Logging | |-- Dependency Management |-- Database Programming | |-- JDBC Fundamentals | |-- SQL with Java | |-- ORM Frameworks (Hibernate, JPA) | |-- Database Connections & Pooling | |-- Transactions & Query Optimization |-- Backend Development with Java | |-- Servlets & JSP Basics | |-- Spring Framework Fundamentals | |-- Spring Boot for REST APIs | |-- Authentication & Authorization | |-- Building Scalable Backend Systems |-- API Development | |-- RESTful API Design | |-- JSON Processing with Jackson/Gson | |-- API Validation & Error Handling | |-- Swagger / OpenAPI Documentation | |-- API Security Best Practices |-- Testing & Code Quality | |-- Unit Testing with JUnit | |-- Mocking with Mockito | |-- Integration Testing | |-- Code Quality Tools (SonarQube) | |-- Refactoring & Clean Code Principles |-- Advanced Java Topics | |-- Design Patterns (Singleton, Factory, Observer) | |-- Microservices Architecture | |-- Reactive Programming | |-- JVM Memory Management | |-- Performance Optimization & Profiling |-- DevOps & Deployment | |-- Docker for Java Applications | |-- CI/CD Pipelines | |-- Kubernetes Basics | |-- Cloud Deployment (AWS, Azure, GCP) | |-- Monitoring & Logging |-- Real-World Java Projects | |-- Build a Banking System | |-- Create REST APIs with Spring Boot | |-- Develop an E-Commerce Backend | |-- Build a Chat Application | |-- Create Microservices-Based Applications |-- Continuous Learning & Career Growth | |-- Read Official Java Documentation | |-- Explore Open Source Java Projects | |-- Practice Data Structures & Algorithms | |-- Follow Java Ecosystem Updates | |-- Prepare for Java Certifications Get the Java Development Projects Ebook codewithdhanian.gumroad.com/… This ebook helps you master Java through practical projects, backend systems, APIs, and modern development workflows so you can become a confident Java developer ready for real-world applications.
8
35
166
4,859
Day #8 of embracing my "retardation" so that I can transcend it by writing a short essay for 100 days. Essay Title: Jakarta Servlets 6.1 : On HttpServlet 🔗 samuelowino.medium.com/jakar…
Day #7 of embracing my "retardation" so that I can transcend it by writing a short essay for 100 days. Essay Title: "Jakarta Servlet 6.1: On The Servlet Interface" 🔗 samuelowino.medium.com/jakar…
3
604
2015 Java Developer: -> Know Java -> JSP/Servlets -> Basic MySQL -> Maybe Spring MVC -> Git is optional 2020 Java Developer: -> Spring Boot required -> REST APIs -> PostgreSQL or MongoDB -> Docker basics -> AWS knowledge -> Microservices 2026 Java Developer: -> Spring Boot Kubernetes -> Distributed systems -> Kafka experience -> CI/CD pipelines -> System design rounds -> AI-assisted development -> Security scalability -> Cloud-native architecture -> Review AI-generated code -> Mentor juniors -> Solve DSA in 3 rounds Salary: “Best we can do is ₹8 LPA.” The expectations evolved. The salaries barely did.
24
14
156
16,469
learning Java in 2012: classes objects collections JDBC servlets build app get job 2026↓↓
2
3
66
28,574
On me dit qu'elle fait des programmes Java donc qu'elle fait tourner les servlets.
3
10
2,546
Most pentesters scan AEM targets and move on if they don't see /crx/de or querybuilder. that's the mistake. AEM's real attack surface is in default servlets most people don't even know exist 🧵👇
3
5
50
1,951
1 week until @Igfasouza shows how to turn a Raspberry Pi into a fully functioning edge web server using Java servlets. A hands-on look at lightweight runtimes and edge-ready architectures. Register today! hubs.la/Q04dBCYC0 #opensource #JakartaEE #cloudnative
3
8
490
Join @igfasouza on 7 May for “Servlets as edge APIs: turn your Pi into a fully functioning edge web server”. Learn how to run lightweight servlet containers on a Raspberry Pi and bring Java to the edge. Register today! hubs.la/Q04cksr90 #opensource #JakartaEE #cloudnative
2
6
459
5️⃣ Quick wins with Adobe Experience Manager Pen Test Partners shares a methodology for finding bugs in Adobe Experience Manager (AEM). Findings include security misconfigurations in servlets, injection attacks, and info disclosures that can lead to plaintext credential leaks. pentestpartners.com/security…
1
1
2
1,362
Day 45 of posting my study routine 📚✨ - Advanced Java – Servlets: Servlet API & Packages - Python – SQL Database Connection using Python (Creating & Searching Tables) - Software Engineering – Revised prev. notes Good nightyy 🌟
Day 44 of posting my study routine 📚✨ Also doing file work along with assignments - Advanced Java – Servlets: Introduction & Life Cycle - Python – SQL Database Connection using Python - Software Engineering – SRS Principles Good nightyy 🌟
5
7
351
Day 44 of posting my study routine 📚✨ Also doing file work along with assignments - Advanced Java – Servlets: Introduction & Life Cycle - Python – SQL Database Connection using Python - Software Engineering – SRS Principles Good nightyy 🌟
Day 43 of posting my study routine 📚✨ started Software eng. practical work - Advanced Java – JList, JScrollPane, JComboBox, JTable - Python – Database Interaction - Software Engineering – Revised prev notes Good nightyy 🌟
4
10
439
📂 Java Roadmap (From Zero to Job Ready) ┃ ┣ 📂 Foundations ┃ ┣ 📂 Java Setup (JDK, IDE) ┃ ┣ 📂 Syntax & Basics (Variables, Loops,Conditions) ┃ ┣ 📂 Functions & Methods ┃ ┗ 📂 Input/Output (Scanner, System.out) ┃ ┣ 📂 Core Concepts (OOP) ┃ ┣ 📂 Classes & Objects ┃ ┣ 📂 Inheritance ┃ ┣ 📂 Polymorphism ┃ ┣ 📂 Encapsulation ┃ ┗ 📂 Abstraction ┃ ┣ 📂 Java Advanced Basics ┃ ┣ 📂 Exception Handling ┃ ┣ 📂 Collections Framework (List, Set, Map) ┃ ┣ 📂 Generics ┃ ┣ 📂 File Handling ┃ ┗ 📂 Multithreading Basics ┃ ┣ 📂 Data Structures in Java ┃ ┣ 📂 Arrays & Strings ┃ ┣ 📂 ArrayList & LinkedList ┃ ┣ 📂 Stack & Queue ┃ ┣ 📂 HashMap & HashSet ┃ ┗ 📂 PriorityQueue ┃ ┣ 📂 Problem Solving (DSA in Java) ┃ ┣ 📂 Sorting & Searching ┃ ┣ 📂 Recursion ┃ ┣ 📂 Trees & Graphs ┃ ┣ 📂 Dynamic Programming ┃ ┗ 📂 Practice on LeetCode ┃ ┣ 📂 Backend Development (Java) ┃ ┣ 📂 JDBC (Database Connectivity) ┃ ┣ 📂 Servlets & JSP ┃ ┣ 📂 Spring Boot ┃ ┣ 📂 REST APIs ┃ ┗ 📂 Authentication (JWT) ┃ ┣ 📂 Tools & Ecosystem ┃ ┣ 📂 Maven / Gradle ┃ ┣ 📂 Git & GitHub ┃ ┣ 📂 Postman ┃ ┣ 📂 Docker Basics ┃ ┗ 📂 Deployment (AWS / Render) ┃ ┣ 📂 Projects & Portfolio ┃ ┣ 📂 Build 2–3 Backend Projects ┃ ┣ 📂 Full Stack Project (React Java) ┃ ┣ 📂 API-based Apps ┃ ┣ 📂 Clean GitHub ┃ ┗ 📂 Portfolio Website ┃ ┣ 📂 Interview Preparation ┃ ┣ 📂 Java Core Concepts ┃ ┣ 📂 DSA Practice ┃ ┣ 📂 System Design Basics ┃ ┗ 📂 Mock Interviews Follow this for 4–6 months consistently. Most people learn Java syntax. Few build real systems with it. Save this before you forget.📌
49
18
127
3,696
Which Language would you choose for creating a web application a) JAVA (SUN MS–Oracle) --------> Servlets, JSP, Spring, Hibernate, etc b) C#.net (MS) -----------------> ASP.net c) "PYTHON"
1
7