Results 1 to 5 of 5
Thread: Properties inspector
- 05-05-2007, 04:44 PM #1
Member
- Join Date
- May 2007
- Posts
- 41
- Rep Power
- 0
- 05-05-2007, 04:57 PM #2levent Guest
I need an properties inspector. I am doing a modeling a system, and each components have properties (they should). I have searched in internet but I haven´t find anything.
I am not experienced in EJB but doesn't your IDE provide you a properties inspector for you?
- 05-07-2007, 08:05 PM #3
Member
- Join Date
- May 2007
- Posts
- 39
- Rep Power
- 0
I recommend this:
first
I would define the cells (or the visibles/editable properties of the cells)
as javabean properties.
You can find a lot of information about java bean, but I can explain in a few words: javabean is a java class where their attributes are used as a properties (information) and each attribute or properties must be defined by two public access methods: getPPP() (for example) and setPPP()
If you have well define the cells, I would create a javabean class
or you can define the cells as javabeans.
After that, you can use some inspector/editor/visualizator of javabeans.
For example:
SourceForge.net: Java Bean Examiner/Editor/Viewer
Good luck
AlanLast edited by Alan; 06-01-2007 at 01:45 AM.
- 05-09-2007, 04:19 PM #4
Member
- Join Date
- May 2007
- Posts
- 39
- Rep Power
- 0
tables in EJB3
did you resolve it?
Last edited by Alan; 05-09-2007 at 04:35 PM.
- 05-11-2007, 12:55 AM #5
Member
- Join Date
- May 2007
- Posts
- 41
- Rep Power
- 0
Similar Threads
-
Getting .mp3 properties
By Leprechaun in forum New To JavaReplies: 1Last Post: 02-06-2008, 05:55 AM -
retrieving Properties
By bugger in forum New To JavaReplies: 1Last Post: 01-13-2008, 09:44 PM -
struts properties
By yuchuang in forum Web FrameworksReplies: 3Last Post: 05-02-2007, 06:07 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks