Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / July 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Triggering MDB from EJB's businnes method20 Jul 2006 19:24 GMT1
      i ahve a requirement of Trigerring MDB from an EJB's business
method.
can you please provide any pointer.
Thanks
How to print invoice (text based) from JSP/JSF ?20 Jul 2006 19:23 GMT2
I am developing a web based application with JSF/JSP. There is a
requirement to print Invoice on a dot matrix printer from the
application .
I can do that with Crystal XI but Java Report Component can only export
Modifying encoding type of a Document20 Jul 2006 18:57 GMT1
I have created a document in memory using the following code
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
Document document = builder.newDocument();
inner class and static20 Jul 2006 18:46 GMT9
I was told that the variable accessed inside a anonymous inner class
needs to be static.
However the followign code from Thinking in java 3 works fine.
Why?
java classes mimicking WinBatch20 Jul 2006 18:38 GMT1
I am trying to write some functionality that does things that WinBatch
can do (controlling keystrokes, to log on to a web page, copying data
from the web page, and storing it in a file).
I am wondering if there are any java classes that can do the same type
saving xml to database?20 Jul 2006 18:27 GMT1
hi..
i have jaxb objects (which are wrapped by my own object for simple
delegations), i cannot use hibernate on my own classes as they do not
have public no-op constructor, also each class is responsible for
what methods does hibernate uses in list interface?20 Jul 2006 18:12 GMT1
hi..
i have a wrapper class around a list implementation, each time someone
access the item in the list, it's  wrapped with a class and given to
the user.
Overriding clone() in Java 5 (with generics)?20 Jul 2006 17:00 GMT1
Hi, is there any way I can have a typesafe clone() in Java 5?
I have a subclass of LinkedList<T>, but calling clone() causes warnings,
and typecasting to (MyList<T>) doesn't work either.
I overrode public MyList<T> clone() in my list class, but calling
which IDE do you use for java?20 Jul 2006 16:54 GMT4
i am using Jbuilder 2006 now
but it takes so much time for its startup whereas it provide so much
useful function
which IDE do you use for java?
can you link database to a wiki20 Jul 2006 16:52 GMT3
We are creating a wiki for our dev. team, and one of the questions that
came up is we have a lot of documents in an existing database which we
don't want to have to pull out and add to the wiki.  We like the idea
of the wiki, and the search capabilities, is there way to link the ...
2  questions20 Jul 2006 15:02 GMT3
i have 2 questions..
Q1:Why do you create interfaces, and when MUST you use one?
Q2: can a double value be casted into byte ?how ?  wont there be loss
of precison ?
How HashMap performs a get?20 Jul 2006 14:57 GMT14
Hi, I have a problem with a HashMap. I store a couple key-value of type
MyClass-Integer, but when I try to get the value, it returns null, even
if the keys seem equal. For example, suppose that MyClass has an
attribute called "name", which value is passed in the constructor, if I
Thread problems20 Jul 2006 13:54 GMT9
I have a daemon program that listens for "events", and each time I get one
I spawn off a thread to process it.  I've had a couple of occasions where
one of these threads gets "stuck", and because it uses a synchronization
object, the threads behind it get stuck as well until they ...
noob question: easiest way to parse an int?20 Jul 2006 13:26 GMT21
say i got an int, 530: what could i do to get back 2nd digit [the 3 in
this case]?
Unwanted logging to Log Files from Commons.Digester20 Jul 2006 13:23 GMT1
My log4j is logging unwanted messages related to Commons.Digester
This makes the size of my log files huge.
There must some property that needs to set or removed. I am clueless.
I am using weblogic 9.1 and log4j-1.2.9.jar
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.