unix and linux commands - unix shell scripting

Basic Java Persistence API Best Practices


 
Thread Tools Search this Thread
# 1  
Old 09-11-2008
Basic Java Persistence API Best Practices

Consider and employ these simple approaches to make your Java Persistence API applications more maintainable.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Java api/sample code for sftp

I'm trying to find an api for Java to send/receive files via sftp. There are some available for purchase out there such as JScape, but I was hoping to find a free one. Does anyone know of one? I would also like to find an open source java example application that can send files via sftp. ... (2 Replies)
Discussion started by: JohnRodey
2 Replies

2. Programming

Java UI does not come up using txtContent.setLineWrap(true) API

Hello , I have code which runs on solaris using java 1.2.2 .. UI will not come up when i use the command "txtContent.setLineWrap(true);".. UI gets displayed if do not use it... ______________________________________________________ txtContent = new JTextArea(20,30); ... (0 Replies)
Discussion started by: shafi2all
0 Replies
Login or Register to Ask a Question
GRMIREGISTRY(1)                                                         GNU                                                        GRMIREGISTRY(1)

NAME
grmiregistry - - Remote object registry SYNOPSIS
grmiregistry [OPTIONS]... PORT DESCRIPTION
grmiregistry starts a remote object registry on the current host. If no port number is specified, then port 1099 is used. OPTIONS
Registry process control: -restart Restart RMI naming service, clearing persistent naming database, if any. -stop Stop RMI naming service. Persistence: -persistent Make RMI naming service persistent. -directory DIR Directory in which to store persistent data. Debugging: -verbose Log binding events to standard out. Standard options: -help Print help text, then exit. -version Print version number, then exit. -JOPTION Pass argument to the Java runtime. BUGS
SEE ALSO
java(1), ... AUTHOR
0.98 2010-07-05 GRMIREGISTRY(1)