comp.lang.java.beans
  Home FAQ Contact Sign in
comp.lang.java.beans only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.java.beans Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  java study books for interviews         


Author: ammu
Date: Jul 18, 2008 19:19

Show full article (1.17Kb)
no comments
  java notes         


Author: pavan
Date: Jul 12, 2008 19:04

Show full article (1.05Kb)
no comments
  only java         


Author: pavan
Date: Jul 10, 2008 19:33

no comments
  Jboss Log Creation Setting..(jboss-log4j.xml)         


Author: Linux Redhat
Date: Jul 3, 2008 22:30

Hi,
By default jboss create new server.log file every mid-night and rename
old server.log in server.log.yy- mm-dd format .
how will i change this time to evening at 6pm. i.e i want jboss
should create new server.log file on 6pm every day and rename old
server.log in server.log.yy- mm-dd file.

Prashant K
no comments
  JAXB: Access to private fields by the framework         


Author: Stanimir Stamenkov
Date: Jun 30, 2008 02:14

How does the JAXB framework realize access to private fields? I've
tried the following example works just fine in both directions:
marshaling and unmarshaling.

---TuBean.java
import java.io.StringReader;
import java.io.StringWriter;

import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement(name="DOC")
public class TuBean {

@XmlElement(name="FOO")
private String foo;

@XmlElement(name="BAR")
private String bar;

@XmlElement(name="BAZ")
private String baz;
Show full article (1.87Kb)
no comments
  Re: Can someone point me to a short reference         


Author: deodiaus
Date: Jun 24, 2008 10:55

I heard that they are backwards compatible, e.g. EJB 3.0 supports EJB
1.0 targeted code.
I was told to look at the EJB descriptor field, which should specify
the version.
no comments
  JAXB: Wrap property gourps         


Author: Stanimir Stamenkov
Date: Jun 17, 2008 08:47

[Followup-To: comp.lang.java.programmer, but change it if you find
more appropriate group.]

I'm new to using JAXB and I'm wondering whether I could make the
following bean:

@XmlRootElement(name="doc")
public class MyBean {

public String foo;
public String bar;
public String baz;
public String taz;

}

serialize as (and deserialize from):
Show full article (1.17Kb)
no comments
  compiling and running multiple classes         


Author: beelzibub
Date: Jun 9, 2008 16:04

... is there a way to compile and run multiple classes
in netbeans???

k
1 Comment
  Looking for Technical Architects to work with a SEI CMMI 5Level company! Urgent!!         


Author: Recruiter
Date: Jun 9, 2008 02:19

Dear Friends,

We are a Software Development, SEI CMMI 5 Level company who meet the
Quality benchmarks like ISO: 9001 and ISO 27001 on Quality Management
Systems. With a strong focus on the Financial Services Industry and
the Technology that serves the financial institutions.

We have a requirement for people who have experience in Java with
experience in Retail domain / rich product development experience in
ERP / SCM. Experience on IBM Web Sphere, Oracle would be an added
advantage.

Experience: Candidates with minimum 13 Yrs to maximum 16 Yrs.

Job Title: Technical Architect
Job Location: Bangalore, India

Please do refer your friends/co-workers, if they are on a job hunt and
match the above requirement. To know more about us, kindly revert with
your updated profile to recruiter.tan@gmail.com .

Warm Regards,
no comments
  How To Make an JDateChooser as Uneditable         


Author: shashi dhara
Date: Jun 5, 2008 04:46

hi i used JDatechooser for date selection in my application ..but i
should make this JDateChooser as Uneditable..but i don't know
this ......please any one help me.......
2 Comments
 
1 2 3 4 5 6 7 8 9