pariya shiri

Greenhorn
+ Follow
since Feb 18, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pariya shiri

Nothing?
Where are you professionals?
15 years ago

Ulf Dittmer wrote:No. JNLP is an app distribution mechanism, not a DB management mechanism. If the remote DB isn't running, then there's nothing the app can do about that.


thanks for reply. I understand that I can run derby server by java code
15 years ago
And Is there anyway to start Derby Server vai JNLP?
15 years ago

Bartek Myszkowski wrote:corrected source:Explanation: tb.setDefaultRenderer(tb.getColumnClass(0),renderer_right); sets renderer for specified column class (not column index!) You only take column class from column 0, next in for-loop class is tb.getColumnClass(i) but all column classes are the same so the same renderer will be used everywhere. Check what will happen when You put tb.setDefaultRenderer(tb.getColumnClass(0),renderer_right); after for-loop.>




Wow! It's works. thanks a million:thumbup:
15 years ago

Peter Johnson wrote:Is JDO even on the radar screen any more? I recall that it was a fairly big thing a few years back, but ever since Java EE 5 went with using ORM tools such as Hibernate for JPA, JDO seems to disappeared. Are you sure you want to learn a technology that is pretty much deprecated?



Thanks for reply.
What's your suggestion?
hibernate? and what 's the best resource to learn?

Campbell Ritchie wrote:Moving to our databases forum. Don't know about JDO, but have you seen the JDBC part of the Java™ Tutorials?



Yes I read it before, I don't have any problem with jdbc.
Thanks for reply.
What's your suggestion?
hibernate? and what 's the best resource to learn?
Thanks for reply.
I should consider a computer as server that keeps database and another computers should be connected to that server via network (a local network like an office not internet) and they perform some ordinary tasks like inserting,updating,...
15 years ago
I have a project that use Derby client DB, it should work trough the network, several clients can access it . Is it possible to make set up file by JNLP?
if not what's the way?
15 years ago
hi all
I would like using JDO in my java database related projects. there are a lot of info about it that confused me. if anybody use JDO and guide me from zero level step by step I will be so appreciate.!

Michael Dunn wrote:System.out.println(c[i].getClass().getName());



what 's your mean?
15 years ago
hello
how can I set all ComponentOrientation of all Components(TextField,JTextArea,...) in JInternalFrame to rtl? why this code doesn't any effect?


tnx
15 years ago
Hi java programers

How can I change keyboard layout in textfields?
15 years ago
Hi guys
I would like to have same font in all of my java app, I know the way is synth. I tried this code :



you know the font changes but all of my JInternalFrame and their contents and everythings disappear!
just my jmenu is visibale without any border. any idea?!

15 years ago
Hi guys
I have a jtable that I want some columns have right aligment and some of them have center. When I use this code:

All of my columns get CENTER aligment!
What's the problem?
regards
15 years ago