Redha Bayu Anggararedhabayuanggara.hashnode.dev·Dec 2, 2023JDBC or ( JPA also Hibernate) in Spring FrameworkLet’s dive deep to settle on a framework for Database operations DDL JDBC Java Database Connectivity (JDBC) is an application programming interface (API) for the Java programming language that defines how a client can access a database. In February 1...DiscussJava
Raju Gowdablogs.bitsofdevbrain.com·Oct 17, 2023Failing Forward: A Closer Look at Student Project FailuresUnderstanding the Use-Cases: Understanding the use cases and application workflows and having a clear picture of how the feature should work and how users will interact with it is crucial to minimize potential issues when building projects. It is ver...Haoyu Wang and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·136 readsJava
Nerella Rajashekarrajashekar-582.hashnode.dev·Oct 6, 2023CRUD OPERATIONS WITH JDBC -JavaCRUD Operations in Java using JDBC: CRUD is the acronym for the following four operations. C- INSERTION R- RETRIEVAL U- UPDATION D- DELETION Let us understand each of the above operations with examples in java using JDBC. we need to create dat...Discuss·1 like·54 readssoftware development
Badal Jhabadaljha.hashnode.dev·Sep 29, 2023Getting started with JDBC and Hibernate part-IWhat do you know about JDBC and Hibernate? In this blog we are going to get fundamentals of both and how to use them to connect to a database. Let's assume you have created a Java project to do crud operation on Student i.e. you want to Create, Read,...Discuss·10 likes·57 readsSpring and Spring BootJDBC
Sudharshan Reddy Chennupallesudharshan.hashnode.dev·Sep 3, 2023Master JDBC: Connect Java to Databases for CRUD OperationsJava Database Connectivity, or JDBC, is a powerful and essential technology for Java developers when it comes to interacting with databases. Whether you're building a web application, a desktop application, or any software that needs to store and ret...Discuss·4 likes·27 readsJava Java
Ajay Negiajaynegi.hashnode.dev·Jul 21, 2023Which JDBC Method Should You Use?In JDBC (Java Database Connectivity), there are three main methods used to interact with a relational database: execute, executeQuery, and executeUpdate. Each of these methods serves a different purpose and is used in specific scenarios. Let's explor...Discuss·47 readsJDBC
Atik Khochikar_53atikraja.hashnode.dev·Jul 11, 2023A Beginner's Guide to Java JDBC: Connecting JAR Files and Essential ConceptsIntroduction Java Database Connectivity (JDBC) is a Java API that provides a standard way to interact with relational databases. Whether you're building a simple desktop application or a complex enterprise system, understanding JDBC is essential for ...Discuss·1 like·26 readsJava
Kartikey Srivastavapatheticcoder.hashnode.dev·Apr 29, 2023Spring Boot with Mysql DatabaseSpring Boot is a popular framework for building enterprise applications, and MySQL is a widely-used relational database management system. Connecting a Spring Boot application with a MySQL database is a common requirement in many projects. In this bl...Discuss·1 likeMySQL
Kai NiemiProblog.cloudneutral.se·Apr 11, 2023Create a Ledger Utilizing CockroachDB - Part II - DeploymentIn this second part of a series about RoachBank, a full-stack financial accounting ledger running on CockroachDB, we will look at how to deploy the bank against a global, multi-regional CockroachDB cluster. Cloud Deployment The ledger provides a few ...DiscussAccounting Ledger for CockroachDBdistributed ledger
Kai NiemiProblog.cloudneutral.se·Apr 8, 2023CockroachDB JDBC Driver: Part III - Bulk RewritesThe CockroachDB JDBC driver wraps the PostgreSQL driver and offers performance optimizations that are transparent towards applications. Article series on the JDBC driver: https://blog.cloudneutral.se/series/cockroachdb-jdbc-driver Introduction This...Discuss·49 readsJDBC Driver for CockroachDBcockroachdb