Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How can do the grid program in j2ee

  Asked By: Erica    Date: Aug 26    Category: Java    Views: 5650
  

Previously i work in a visual basic. now my project is convert in to a
j2ee. now i have a program using grid. i don't know how to use the grid
in j2ee. shall u send me any sample program using grid.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Isaac Evans     Answered On: Aug 26

Welcome to J2EE world a good move for every programmer!

It seems that you want to develop a desktop application, if it is true then you properly will use Java Swing Technology. About Java Swing take a look at:
http://java.sun.com/products/jfc/tsc/
http://java.sun.com/docs/books/tutorial/index.html
java.sun.com/.../index.html

After you get familiar with Swing concepts. Then you can use it components. Well there are some standard gird (named Table in java) components, please see below:
java.sun.com/.../components.html

If you are using some enhanced IDE's like Jbuilder, there are even better grid  Components there. There you can find grid components that can access to Database, navigate data, sort, filter ...

Mean while do not forget that there are lots of Open Source softwares in Java, I believe that you can find many open source grid components on sourceforge.org.

 
Answer #2    Answered By: Erin Dunn     Answered On: Aug 26

which grid  are speaking about?
the gird in windows forms?
or the grid in distributed computing?

 
Answer #3    Answered By: Ana Bradley     Answered On: Aug 26

I came across

developers.sun.com/.../
TS-3230.html

if this is what you mean by "grid".

 
Didn't find what you were looking for? Find more on How can do the grid program in j2ee Or get search suggestion and latest updates.




Tagged: