MDAOG is a Java Based DAO Generator. MDAOG generates Java source files that are used to make database access from web applications easier. It uses the DAO design principle. Currently it is geared for use with PostgreSQL databases.

Project Samples

Project Activity

See All Activity >

Categories

Code Generators

License

Apache License V2.0

Follow MDAOG Java DAO Generator For PostgreSQL

MDAOG Java DAO Generator For PostgreSQL Web Site

Other Useful Business Software
Cybersecurity Management Software for MSPs Icon
Cybersecurity Management Software for MSPs

Secure your clients from cyber threats.

Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
0
0
2
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • I think this project is a bit outdated (the forums are a sign of it). The idea was ok and the generated code is good enough. Being limited to PostgreSQL is not very good but I am in a project using it and have analyzed this DAO generator to see if it could be useful. I have to rate it bad because one single big problem, in my opinion, that made me discard it. DAO generated code shouldn't deal with DB connection at all. It should let you deal with the connection your own way. This generated code opens the connection, closes it and even make a commit. This is not a good idea because if you want to do several modifications on different DAO's within a single transaction it's not possible. I will have to stay with other old DAO generator that doesn't return generated keys (I always have to change that manually ) but receives the DB connection in all the operations.
  • I think this project is a bit outdated (the forums are a sign of it). The idea was ok and the generated code is good enough. Being limited to PostgreSQL is not very good but I am in a project using it and have analyzed this DAO generator to see if it could be useful. I have to rate it bad because one single big problem, in my opinion, that made me discard it. DAO generated code shouldn't deal with DB connection at all. It should let you deal with the connection your own way. This generated code opens the connection, closes it and even make a commit. This is not a good idea because if you want to do several modifications on different DAO's within a single transaction it's not possible. I will have to stay with other old DAO generator that doesn't return generated keys (I always have to change that manually ) but receives the DB connection in all the operations.
Read more reviews >

Additional Project Details

Intended Audience

Developers

User Interface

Java Swing

Programming Language

Java

Database Environment

JDBC, PostgreSQL (pgsql)

Related Categories

Java Code Generators

Registered

2005-05-16