Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-12-2008, 11:16 PM   PM User | #1
brad211987
Regular Coder

 
brad211987's Avatar
 
Join Date: Sep 2005
Location: Ohio
Posts: 631
Thanks: 10
Thanked 50 Times in 50 Posts
brad211987 is an unknown quantity at this point
Ice Faces

I was just curious if anyone here has used Ice Faces for web development in Java. I am using it for a current client for my first time, and have found it easy and quite useful so far. Anyone have any experience or thoughts?


If you're curious, its a free set of Java libraries that extend the functionality of Java Server Faces and do quite a few UI tricks very easily. Demos under the resource section.
Home page here: http://www.icefaces.org/main/home/index.jsp


Also a second question from curiosity, what development environments do you use for Java Web development? Currently using MyEclipse myself.
brad211987 is offline   Reply With Quote
Old 06-13-2008, 07:39 PM   PM User | #2
malfist
Regular Coder

 
Join Date: May 2008
Posts: 188
Thanks: 7
Thanked 7 Times in 7 Posts
malfist is an unknown quantity at this point
NetBeans all the way! No, I've never used IceFaces. However, I don't do much server stuff with java.
malfist is offline   Reply With Quote
Old 06-13-2008, 10:41 PM   PM User | #3
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
I use Eclipse simply for the fact that netbeans wouldn't let me see more then one error in my java code.

I probably was doing it wrong, but who knows.
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Old 06-14-2008, 12:23 PM   PM User | #4
malfist
Regular Coder

 
Join Date: May 2008
Posts: 188
Thanks: 7
Thanked 7 Times in 7 Posts
malfist is an unknown quantity at this point
You do know that a java program stops executing at the first error that isn't handled.
malfist is offline   Reply With Quote
Old 06-14-2008, 05:05 PM   PM User | #5
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Quote:
Originally Posted by malfist View Post
You do know that a java program stops executing at the first error that isn't handled.
You do know that a good IDE should be able to highlite all my errors in java code and just not the top error. For example:

Code:
  public lass myErrors
{

  public static void main(String args[])
  {
    int myVar;
    myVar = "omgwth";
  }
}
In netbeans the only error that would show is the "public lass" one and not the myVar = "omgwth"; one.

While eclipse will show both as errors. And by show, I might add I meant underlined red.
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Old 06-14-2008, 06:41 PM   PM User | #6
malfist
Regular Coder

 
Join Date: May 2008
Posts: 188
Thanks: 7
Thanked 7 Times in 7 Posts
malfist is an unknown quantity at this point
Netbeans will show all your syntax errors, it should show that too.
malfist is offline   Reply With Quote
Old 06-14-2008, 08:01 PM   PM User | #7
brad211987
Regular Coder

 
brad211987's Avatar
 
Join Date: Sep 2005
Location: Ohio
Posts: 631
Thanks: 10
Thanked 50 Times in 50 Posts
brad211987 is an unknown quantity at this point
I've had the same problem with Netbeans 5 in the past. Netbeans 6 seemed to work well for me but I still prefer eclipse over anything else so far. I'm relatively new to web development using Java, so the easy integration of tools like Ant, Maven, and frameworks like struts and JSF have kept me in eclipse.
brad211987 is offline   Reply With Quote
Old 06-15-2008, 04:21 PM   PM User | #8
Aradon
Moderator-san


 
Aradon's Avatar
 
Join Date: Jun 2005
Location: USA
Posts: 734
Thanks: 0
Thanked 20 Times in 19 Posts
Aradon is on a distinguished road
Not to mention it's great default osgi plugin framework it has.
__________________
"To iterate is human, to recurse divine." -L. Peter Deutsch
Aradon is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:01 PM.


Advertisement
Log in to turn off these ads.