Tagged Questions

A javabean is a custom class which often represents real-world data and encapsulates private properties by public getter and setter methods. For example, User, Product, Order, etc.

learn more… | top users | synonyms (2)

29
votes
5answers
1k views

Why shouldn't I use immutable POJOs instead of JavaBeans?

I have implemented a few Java applications now, only desktop applications so far. I prefer to use immutable objects for passing the data around in the application instead of using objects with ...
28
votes
15answers
22k views

Json <-> Java serialization that works with GWT

I am looking for a simple Json (de)serializer for Java that might work with GWT. I have googled a bit and found some solutions that either require annotate every member or define useless interfaces. ...
18
votes
3answers
19k views

Difference between DTO, VO, POJO, JavaBeans?

Have seen some similar questions here and here. Can you also please tell me the contexts in which they are used?? Or the purpose of them?
15
votes
5answers
1k views

Java Beans: What am I missing?

I'm wondering if I'm missing something about Java Beans. I like my objects to do as much initialization in the constructor as possible and have a minimum number of mutators. Beans seem to go directly ...
14
votes
6answers
509 views

What is a Java Bean exactly?

I understood, I think, that a "Bean" is a Java class with properties and getters/setters. As much as I understand, it is the equivalent of a C struct. Is that true? Also, is there a real syntactic ...
14
votes
17answers
14k views

Word Wrap in Net Beans

I'm just learning to code in java. Netbeans is great but I just found there's no way to wrap text in it (or hopefully I haven't found it yet). Is there any way to do this, and if not, is there any ...
12
votes
2answers
2k views

JGoodies Binding vs. JSR 295

What is the practical difference between JGoodies Binding and JSR 295, Beans Binding? They both seem to be intended for the same purpose and get their job done (with slightly different approaches). ...
11
votes
10answers
14k views

How to convert a Java object (bean) to key-value pairs (and vice versa)?

Say I have a very simple java object that only has some getXXX and setXXX properties. This object is used only to handle values, basically a record or a type-safe (and performant) map. I often need ...
9
votes
4answers
485 views

What is the advantage of using Java Beans?

I believe I understand what Java Beans are: Java class(es) which contain a no-arg constructor, are serializable, and expose their fields with getters and setters. Does a Java Bean have to expose all ...
9
votes
7answers
640 views

What is an Enterprise Java Bean really?

On the Tomcat FAQ it says: "Tomcat is not an EJB server. Tomcat is not a full J2EE server." But if I: use Spring to supply an application context annotate my entities with JPA annotations (and use ...
8
votes
3answers
100 views

How can the type of a bean property be null?

In the book "Thinking in Java" there is an example of how to get information for a bean via Reflection/Introspection. BeanInfo bi = Introspector.getBeanInfo(Car.class, Object.class); for ...
8
votes
3answers
3k views

Valid java bean names for booleans

I know most variable names will work with "is", such as isBlue, but is "has" also a valid prefix, like hasProperty?
8
votes
3answers
367 views

Java date and calendar controls

Does anybody have any recommendations of good date pickers (either drop down calendars or small calendar components) for use in a Java Swing application - either beans or source code? They need to be ...
7
votes
1answer
596 views

Java Beans, BeanUtils, and the Boolean wrapper class

I'm using BeanUtils to manipulate Java objects created via JAXB, and I've run into an interesting issue. Sometimes, JAXB will create a Java object like this: public class Bean { protected ...
7
votes
3answers
2k views

Spring/Eclipse 'referenced bean not found' warning when using <import>?

I have just broken up a Spring bean configuration file into smaller external files and have used the the "import" directive to include them in my Spring Test application context XML file. But ...
7
votes
4answers
19k views

redirect from jsf?

I am working on application with jsp, jstl and jsf for my college project, thats being said, I am as well very new to jsf. Everything is going great so far. However, I seems to have a problem ...
6
votes
1answer
160 views

How can I access stored values of a Bean from inside another Class

How can I implement this functionality? ApplicationConstants.phoneContacts.add( new ContactNumberBean(nameOfContact, contactNumber, contactNumberType)); ApplicationConstants and ...
6
votes
1answer
223 views

Exchange data in real time over AJAX with multiple threads

I am developing an application in JSF 2.0 and I would like to have a multiline textbox which displays output data which is being read (line by line) from a file in real time. So the goal is to have a ...
6
votes
2answers
426 views

JavaBeans and introspection - messed up on boolean and indexed properties?

A former colleague of mine started a discussion half an hour ago about javabeans, and why they didn't quite work the way he wants in JSF. The particular case is about boolean properties. 1. For a ...
6
votes
3answers
612 views

Scala Properties Question

I'm still learning Scala, but one thing I thought was interesting is that Scala blurs the line between methods and fields. For instance, I can build a class like this... class MutableNumber(var ...
6
votes
2answers
296 views

Is there any way to load an application context using a custom BeanWrapper implementation

I would like to be able to use Spring using setter injection into Scala components. Unfortunately, Scala's native setters are named differently from than the JavaBeans standard, foo_= rather than ...
6
votes
6answers
413 views

Are Java Beans as data storage classes bad design?

Usually JavaPractices.com is a good site with good idea's, but this one troubles me: JavaBeans are bad. The article cites several reasons, mainly that the term JavaBean means "A Java Bean is a ...
6
votes
5answers
938 views

Naming convention for getters/setters in Java

if I have the following private member: private int xIndex; How should I name my getter/setter: getXindex() setXindex(int value) or getxIndex() setxIndex(int value) EDIT: or getXIndex() ...
6
votes
3answers
638 views

How can I make properties in properties files mandatory in Spring?

I have an ApplicationContext.xml file with the following node: <context:property-placeholder location="classpath:hibernate.properties, classpath:pathConfiguration.properties" /> It specifies ...
6
votes
2answers
272 views

JSON feed to Java Object

I would like to know if there is a webpage/software that can "translate" a Json feed object to a Java object with attributes. For example : { 'firstName': 'John', 'lastName': ...
6
votes
1answer
5k views

What is the difference between a JavaBean and a POJO?

I'm not sure about the difference. I'm using Hibernate and, in some books, they use JavaBean and POJO as an interchangeable term. I want to know if there is a difference, not just in the Hibernate ...
6
votes
7answers
465 views

How important are naming conventions for getters in Java?

I’m a huge believer in consistency, and hence conventions. However, I’m currently developing a framework in Java where these conventions (specifically the get/set prefix convention) seem to get in ...
6
votes
4answers
614 views

Common algorithm for generating a diff of the fields in two beans?

Let's say you have two instances of the same bean type, and you'd like to display a summary of what has changed between the two instances - for example, you have a bean representing a user's settings ...
6
votes
9answers
822 views

JavaBeans alternatives?

I hate the JavaBeans pattern with a passion that burns like the fire of a thousand suns. Why? Verbose. It's 2009. I shouldn't have to write 7 LOC for a property. If they have event listeners then ...
5
votes
2answers
107 views

How to set a Java bean property as an expert property?

The Java Beans Introspection API includes in the PropertyDescriptor class the method isExpert. Bean-based GUI editors, like WindowsMaker, use this to hide or show "exotic" properties. What causes a ...
5
votes
2answers
177 views

Convert a method name to bean name at runtime?

I am working with BeanBinding a lot in my current project and so I have code that looks like... TypeA objA; TypeB objB; Bindings.createAutoBinding(UpdateStrategy.READ, objA, ...
5
votes
1answer
91 views

Existing Javabean support for changing immutable subproperties

Does anybody know of any existing support for modifying individual properties of immutable objects stored under a JavaBean compliant object? For a trivial example: For the given immutable value ...
5
votes
7answers
449 views

Generics and java.beans.Introspector

Given the following code skeleton, is it possible to determine that the property foo is in fact of type String? public class TestIntrospection { public static class SuperBean<T> { ...
5
votes
2answers
652 views

Spring bean fields injection

Using Spring IoC allows to set bean properties exposed via setters: public class Bean { private String value; public void setValue(String value) { this.value = value; } } And ...
5
votes
1answer
2k views

Spring - using static final fields (constants) for bean initialization

is it possible to define a bean with the use of static final fields of CoreProtocolPNames class like this: <bean id="httpParamBean" class="org.apache.http.params.HttpProtocolParamBean"> ...
5
votes
4answers
3k views

JSF Managed Bean auto-create?

Is it possible to have a JSF managed bean be automatically created? For example I have several session scoped beans. Sometimes it becomes necessary to access these instances in code (rather than just ...
5
votes
7answers
329 views

Newbie question about Java

Okay, I know that Java is a language but somebody has asked me if they can write a web application to interface in with a web app I've written in ASP.NET. I'm implementing a web service to serve up an ...
5
votes
1answer
409 views

How to get the id of a bean from inside the bean in Spring?

What is the easiest way to retrieve a bean id from inside that bean (in the Java code) without using a BeanPostProcessor to set a field? The only way I can think of is something like this using a ...
5
votes
3answers
2k views

Should I add support for PropertyChangeSupport and PropertyChangeListener in a Java bean for a web application?

I noticed that some people write beans with support for the Property Change observer pattern. import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import ...
5
votes
4answers
3k views

How to bind a bean property to another one and observe changes in Spring Framework

I'm wondering that if there is a way for binding a spring bean's property to another bean's property so if any change on binded property occurs in runtime, what i expect is referencing bean's property ...
5
votes
3answers
4k views

how to generically compare entire java beans?

I've been trying to grok the org.apache.commons.beanutils library for a method/idiom to evaluate for equality all properties between 2 instances i.e. a generic equals() method for beans. Is there a ...
4
votes
1answer
111 views

red5 deployement

i m trying to deploy red5 server and having the following error. Can anyone help me out here. [INFO] [main] org.apache.coyote.http11.Http11Protocol - Initializing Coyote HTTP/1.1 on http-0.0.0.0-5080 ...
4
votes
1answer
256 views

Logging bean id into log4j logfile without BeanNameAware interface

Given a set of classes wired together by spring. There are several classes that are used with different configuration in multiple instances in the environment. They have different beanid of course. ...
4
votes
4answers
288 views

GWT Best practice to send huge amount of data from server to client

Which are the Best practices to send huge amount of data from server to client in GWT? Right now we are facing performance issue in GWT 2.3.0. Our server side is sending huge xml (Size in MB/GB) to ...
4
votes
2answers
312 views

Spreadsheet component which has features nearest to excel

I am looking for a spreadsheet control that has feature set nearest to MS Excel. Currently I am using an ActiveX called FormulaOne but it is a dated control and has features compatible for up to MS ...
4
votes
1answer
68 views

Get E-Mail, ID's and Phone from Contact (not using activity)

my class doesn't have extends Activity or onCreate() method. So pass the context parameter from the class which extends Activity to this class. public static void getContactNumbers(Context context) ...
4
votes
1answer
2k views

Java/Spring Problem with @Service and @Autowired annotations

[spring 3.0.5] [jboss 5.1] I have several classes labeled as @Service, which implements thet same interface. For example, @Service(value="test1") public TestImpl1 implements Test {} ...
4
votes
2answers
3k views

@ManagedProperty(value = “#{param.id}”) in a non-request Scope Bean

I need to pass a parameter (POST) to a @managedBean, I used managed properties like this: @ManagedProperty(value = "#{param.id}") private int id; And the scope of the Bean is ViewScope I end up ...
4
votes
3answers
239 views

Learning “large-scale” Java technologies

Fresh out of college, I will be starting a new job soon as a software engineer at a large Fortune 500 company. The company uses Java and Spring MVC for its online services. I know how to write ...
4
votes
1answer
766 views

Get access to all spring beans of a given type

I have a Spring application (Spring Batch not web application). In a test class, I want to grab access to all of my beans of a given type. I understand that in Spring you should generally use IOC ...

1 2 3 4 5 17