cvs commit: jakarta-bcel/xdocs faq.xml
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
mdahm 02/03/12 09:58:46
Modified: xdocs faq.xml
Log:
faq update
Revision Changes Path
1.5 +9 -0 jakarta-bcel/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-bcel/xdocs/faq.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faq.xml 8 Mar 2002 16:04:57 -0000 1.4
+++ faq.xml 12 Mar 2002 17:58:46 -0000 1.5
@@ -10,6 +10,14 @@
<body>
<section name="FAQ">
+ <p>
+ <b>Q: </b>How can I ... with BCEL?
+ <br/>
+ <b>A: </b>Take a look at
+ <tt>org.apache.bcel.util.BCELifier</tt>, it takes a given class
+ and converts it to a BCEL program (in Java, of course). It will
+ show you how certain code is generated using BCEL.
+ </p>
<p>
<b>Q: </b> Is the BCEL thread-safe?
@@ -19,6 +27,7 @@
"Concurrent Programming in Java"</a>, by Doug Lea,
for an excellent reference on how to build thread-safe wrappers.
</p>
+
<p>
<b>Q: </b> Can I use BCEL in a commercial product?
<br/>
--
To unsubscribe, e-mail: <mailto:[email protected]>
For additional commands, e-mail: <mailto:[email protected]>