Excellent, a question. How can i make a different start page where from i can go to differente tables of the same database ? i.e. welcome menu with the options Table1 Table2 Table3 Exit.
@stav3ng3r The demonstration was a fundamentals of how to use JSR-296. I have created a couple of applications which have start pages, menus, etc. That is discussion beyond the basics of a single video.
Extension of the application is very easy when using JPA. Just give it a try.
@SEDAYAN1 The demonstration provides the basics for doing this. You can have dependent tables. I am assuming that you want to add more pages with master/details? If so, it may be that you want a different start page where you can select different master/detail pages. A one liner does not give me much to work with. Good luck.
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
@2512redrose The demonstration was how to connect to an arbitrary database and use JSR-296. MS Access has some significant shortcomings, and I would recommend you consider JavaDB(Apache Derby), or MySQL. I have done some development in the past using MS Access, and the combination required commercial drivers. I am not sure what the issue could be.
In the applications I have written which require authentication, I use JAAS. The JAAS Tutorial can be found the Oracle site.
You will want to have it display the login page and authenicate before lauching the main application. In my case, I allow them to try three times and then exit.
There are some pre-configured modules like LdapLoginModule which are part of Java 6 SE.
Hi, hope you can help me, I made a java desktop application like you did in netbeans, can you please show how to add a log in form to the application?
@weishan28 I don't have code for it. The video demonstrates how easy it is to create. I did it on the fly. Just try it. You will see how easy it is to do on your own.
thank you, i was looking for this. i have a question, how i'm gonna make it portable with mysql. for example, i want someone to use this on his pc. so, what i have to do? i want something like install, you know..
@baturbros Thanks. I will try to give you some options. First, the installer portion can be handled with Java Web Start. For mySQL, you need to consider how you want to use it. The data can be on a remote server using the Swing application to access it. Alternatively, use JavaDB, HSQLDB, or SQLite locally and sync. Finally, you can have mySQL installed, and use JPA to create the data tables. Just some ideas. I hope that helps.
@SuperDp95 I am happy that you liked the video. However, your question is not relevant to the demonstration. I am not sure that I understand what you are looking for. Please use the user forums on the NetBeans site to find answers to this kind of question.
Excellent, a question. How can i make a different start page where from i can go to differente tables of the same database ? i.e. welcome menu with the options Table1 Table2 Table3 Exit.
stav3ng3r 1 month ago
@stav3ng3r The demonstration was a fundamentals of how to use JSR-296. I have created a couple of applications which have start pages, menus, etc. That is discussion beyond the basics of a single video.
Extension of the application is very easy when using JPA. Just give it a try.
johnyeary 1 month ago
good ! for fundamental connectivity
MrUmapatitripathi 5 months ago
Hi I would like to know how to add more tables in gui
SEDAYAN1 5 months ago
@SEDAYAN1 The demonstration provides the basics for doing this. You can have dependent tables. I am assuming that you want to add more pages with master/details? If so, it may be that you want a different start page where you can select different master/detail pages. A one liner does not give me much to work with. Good luck.
johnyeary 5 months ago
@SEDAYAN1 Following the same practices by using JPA you can add as many tables as you like.
johnyeary 1 month ago
Thanx for sharing, i'm newbie to netbeans and found it amazing.
apan0608 9 months ago
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
2512redrose 9 months ago
hey, i have a probelm. My MS Access database records (already entered manually) are getting displayed but when i try to insert more records using PreparedStatements, the databse table is not getting updated even though the build is coming as "successful" ...Help plz :)
2512redrose 9 months ago
@2512redrose The demonstration was how to connect to an arbitrary database and use JSR-296. MS Access has some significant shortcomings, and I would recommend you consider JavaDB(Apache Derby), or MySQL. I have done some development in the past using MS Access, and the combination required commercial drivers. I am not sure what the issue could be.
johnyeary 9 months ago
If you watched the video, you don't need the source code. It creates it for you. Why should I include source code when it takes 2 minutes to generate.
You obviously missed the point of the video. You can do all of this 6 minutes, or less.
johnyeary 1 year ago
bad tutorial no sorce code ^~^ HUH !!!
Nur6237 1 year ago
In the applications I have written which require authentication, I use JAAS. The JAAS Tutorial can be found the Oracle site.
You will want to have it display the login page and authenicate before lauching the main application. In my case, I allow them to try three times and then exit.
There are some pre-configured modules like LdapLoginModule which are part of Java 6 SE.
johnyeary 1 year ago
Hi, hope you can help me, I made a java desktop application like you did in netbeans, can you please show how to add a log in form to
the application?
pandesal2006 1 year ago
Hi, hope you can help me, I made a java desktop application like you did in netbeans, can you please show how to add a log in form to the application?
pandesal2006 1 year ago
I don't have code for it. The video demonstrates how easy it is to create. I did it on the fly. Just try it. You will see how easy it is to do.
johnyeary 1 year ago
can you send me the codes pls??? weishan.fish@yahoo.com
im a beginner in java pls help me...
weishan28 1 year ago
@weishan28 I don't have code for it. The video demonstrates how easy it is to create. I did it on the fly. Just try it. You will see how easy it is to do on your own.
johnyeary 1 year ago
I am not sure what to make of your remarks. Is there a specific question you are asking?
johnyeary 1 year ago
thax dear....but i'm fresher too java programming so vl u tell m in detail ?
MrAmar1008 1 year ago
thank you, i was looking for this. i have a question, how i'm gonna make it portable with mysql. for example, i want someone to use this on his pc. so, what i have to do? i want something like install, you know..
baturbros 1 year ago
@baturbros Thanks. I will try to give you some options. First, the installer portion can be handled with Java Web Start. For mySQL, you need to consider how you want to use it. The data can be on a remote server using the Swing application to access it. Alternatively, use JavaDB, HSQLDB, or SQLite locally and sync. Finally, you can have mySQL installed, and use JPA to create the data tables. Just some ideas. I hope that helps.
johnyeary 1 year ago
@johnyeary, wow u r too fast :) i will search it all. thank you very much.
baturbros 1 year ago
hi, ur video was awesome. can you tell me how to set the size of a JApplet window using netbeans 6.8.
SuperDp95 1 year ago
@SuperDp95 I am happy that you liked the video. However, your question is not relevant to the demonstration. I am not sure that I understand what you are looking for. Please use the user forums on the NetBeans site to find answers to this kind of question.
johnyeary 1 year ago
lol he means a language translator
MacDrunk 1 year ago
I am not sure I understand your question. What is a traductor?
johnyeary 2 years ago
hi:
well you movie is really good
so I have a question
how can I create a traductor with this netbeans
I hope ur answer
see you
eufmar 2 years ago