Pranav Bawgikarpranavbawg.hashnode.dev·Jan 9, 2025How JDBC fits in between two and three-tier systems[28] Two tier architecture This Two tier architecture is similar to a basic client-server model. The application at the client end directly communicates with the database at the server side. API’s like ODBC,JDBC are used for this interaction. The ser...JDBC
Hrushikesh Pandaservlets-jdbc-and-jsp.hashnode.dev·Dec 31, 2024W1 - Web Applications, Servlets, JDBC BasicsWeb Applications Basics Introduction 1.Web Applications is a software application whose services can be accessed via web.Eg: While accessing the Amazon over browser, then the Amazon need to be developed and deployed in a server. 2.This communication ...Java Full Stack#servlet annotations
Hemant Besracodeinjava.hashnode.dev·Dec 30, 2024Java Developer Roadmap: A Step-by-Step Guide for FreshersStarting your journey as a Java developer can feel complicated, but with a clear plan, you can build a strong foundation. Here’s a systematic roadmap to help you get started. All the topics mentioned below are available for free. You can find tutoria...43 readsRoadmap
Niaz Bin Sirajniazbinsiraj.hashnode.dev·Dec 16, 2024The Tale of an Enum and a BeanPropertyRowMapper: A Spring Developer's QuestIt was a quiet afternoon in my coding world when a peculiar bug showed up. I was working on a Spring-based web application, mapping database records to Java objects using BeanPropertyRowMapper. Everything seemed routine—until an enum property decided...61 readsSpring
Anirban Chandcse-unveiled.hashnode.dev·Dec 15, 2024JDBC vs Hibernate vs JPA vs Spring Data JPA: A Beginner’s Guide to Java Data Handling ✨In the world of Java application development, dealing with databases is a crucial part of most projects. The challenge? Picking the right tool or framework for interacting with databases efficiently. If you’re confused by terms like JDBC, Hibernate, ...Java
Faizan Firdousifaizancodes.hashnode.dev·Nov 3, 2024MySQL and JDBCI am here to share what I have learned in the past few days. I have 𝗹𝗲𝗮𝗿𝗻𝘁 𝗯𝗮𝘀𝗶𝗰𝘀 𝗼𝗳 𝗠𝘆𝗦𝗤𝗟:-- How to run queries-- Types of keys: primary, foreign, composite-- How to perform CRUD (Create, Read, Update, Delete) operations-- How t...JDBC
JavonetforJavonet Blogjavonet.hashnode.dev·Sep 26, 2024JDBC Drivers Integration Across C# and Languages Such as JavaScript, Python, Golang, C++, Perl and Ruby.Many developers face the challenge of integrating JDBC with languages that don’t natively support it, such as C#, JavaScript, Python, Go, and others. This creates a bottleneck for cross-platform applications where diverse technologies need to interac...Programming Blogs
Gyuhang Shimplto001.hashnode.dev·Sep 24, 2024Spark Thrift Server Configuration & ConnectionSpark Thrift Server Configuration Spark Thrift Server 가 Apache Ambari 로 설치하였다고 가정합니다. Spark Thrift Server 설정 Spark CONFIGS 로 이동하여 아래와 같이 설정을 합니다. # Advanced spark2-hive-site-override spark.thrift.server.port: 10015 (Default) hive.server2.tra...apache ambari
K Koyalbinarybelle.hashnode.dev·Sep 19, 2024Customer feedback system using mysql and jdbc - Review question for core javaIn this blog post, we'll explore how to create a simple Java application using JDBC to manage feedback, customers, and products. Our application will allow users to submit feedback, view it by product, update comments, and delete feedback entries. We...1 likeprepared statement
Chirag Radhakrishnachiragradhakrishna7.hashnode.dev·Sep 14, 2024Java Database Connectivity (JDBC)In today’s world, data is at the core of everything we do. Just as we rely on effective data utilization on the front end, we also need robust solutions on the back end to manage and process this data. This involves employing back-end frameworks such...database connection