Which database to use when developing a desktop application using java -
please suggest me use best database when developing desktop application using java.
i planning develop student information system want store , retrieve student information. using java swing develop system. can suggest me best db use application.
"best" incredibly subjective, let's narrow down other criterion lightweight , integrated. in category choose h2, hsqldb or apache derby. these systems written in java can integrate them straight application without need install, set , maintain server, make distribution , setup easier, , have decent feature set , performance. ease of use end users that's simple get.
the h2 webpage contains small comparison stable can select "best" fit requirements.
Comments
Post a Comment