Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-05-2007, 05:44 PM
Member
 
Join Date: May 2007
Posts: 42
Freddie is on a distinguished road
Properties inspector
I need a properties inspector. I am modeling a system, and each components have properties (they should). I have searched in internet but I haven't found anything.
Can you help me?
Thank you

Last edited by Freddie : 06-01-2007 at 03:02 PM.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-05-2007, 05:57 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Quote:
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?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 05-07-2007, 09:05 PM
Member
 
Join Date: May 2007
Posts: 39
Alan is on a distinguished road
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
Alan

Last edited by Alan : 06-01-2007 at 02:45 AM.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-09-2007, 05:19 PM
Member
 
Join Date: May 2007
Posts: 39
Alan is on a distinguished road
tables in EJB3
did you resolve it?

Last edited by Alan : 05-09-2007 at 05:35 PM.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 05-11-2007, 01:55 AM
Member
 
Join Date: May 2007
Posts: 42
Freddie is on a distinguished road
Yes, thanks alan!!!!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANT properties (II) JavaForums Java Blogs 0 02-18-2008 12:52 PM
ANT properties (1) JavaForums Java Blogs 0 02-17-2008 12:11 PM
Getting .mp3 properties Leprechaun New To Java 1 02-06-2008 06:55 AM
retrieving Properties bugger New To Java 1 01-13-2008 10:44 PM
struts properties yuchuang Web Frameworks 3 05-02-2007 07:07 PM


All times are GMT +3. The time now is 10:30 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org