Server-Side Development Section Index | Page 6
When was J2EE 1.2 released?
December 7, 1999. See the press release at http://www.sun.com/smi/Press/sunflash/1999-12/sunflash.991207.7.xml.more
When was J2EE 1.3 released?
September 24, 2001. See the press release at http://www.sun.com/smi/Press/sunflash/2001-09/sunflash.20010924.i1.html.more
When was J2EE 1.4 released?
April 26, 2004. See the press release at http://www.sun.com/smi/Press/sunflash/2004-04/sunflash.20040426.1.xml.more
How you can know that two parts in an email (typically a text/plain and text/html) are the same thing?
The parts will be contained in a multipart/alternative.
How do I insert a .jpg into a mySQL data base? I have tried inserting the file as byte[], but I recieve an error message stating that the syntax is incorrect.
How do I insert a .jpg into a mySQL data base? I have tried inserting the file as byte[], but I recieve an error message stating that the syntax is incorrect.
- David Bennet
How can I list the name of the files attached to a message without invoking getBodyPart()?
Short answer: You can't.
Longer answer: You can discover all the multipart messages without calling getBodyPart(), but you can't tell if those messages actually contain attachments, and you defin...more
Is it possible to get the source code for JCF?
Available through the Sun Community Source Licensing (SCSL) model, you can download the source from http://www.sun.com/software/communitysource/jsf/index.xml.more
Is there official documentation for the JavaServer Faces API?
You can find the official documentation for the JavaServer Faces (JSF) API at:
http://java.sun.com/j2ee/javaserverfaces/reference/api/index.html
This includes information on the tag library, al...more
What is JavaServer Faces?
JavaServer Faces (JSF) is a framework containing APIs and custom JSP tag libraries that can be used to build user interfaces for Web-based Java applications. The APIs include user interface compon...more
Where can I get the JSF software?
The JavaServer Faces technology can be downloaded from:
http://java.sun.com/j2ee/javaserverfaces/download.htmlmore
how can I learn more about JSF?
Try a google search
How do I use the default mail client to send an email?
The Java 6 Desktop class has a mail() method for just such an action.
Is there a way to configure an interval in SwiftMQ which defines the time after which a message is redelivered from a queue to a message consumer?
You can schedule a so-called Message Job to redeliver a received message whenever you want. There's an example on that page to schedule a message 2 hours later.more
How to reduce management traffic between a SwiftMQ Router network and SwiftMQ Explorer?
There are 2 main changes in the management tree: Entity adds/removals and attribute changes (e.g. Network Swiftlet throughput attributes). All changes are held in the Management Swiftlet and flush...more
What kind of certification does JBoss offer?
JBoss has a "Certified JBoss Developer" as its basic level. Additional levels are availalble. See http://www.jboss.org/services/certification for more details of this basic and the more advanced l...more