Advertisement
Nickname
dzone
Registered since:
June 14, 2006
Short bio:
 
Home page:
 
Total posts:
9170

Forum posts by Max Zone:

612 pages [ Previous 1 ... 21 22 23 24 25 26 27 28 29 30 31 Next ]
Posted in All Buzz Forum, Apr 19, 2007, 3:28 AM
If you want to print HTML in Java, it can be done by using a JEditorPane component in the background. This component contains all the logic to parse an HTML file and display it to the screen. If you set the JEditorPane correctly, you can then use it to print any HTML code. My problem appeared when I had HTML files containing images.
Posted in Java Buzz Forum, Apr 19, 2007, 3:28 AM
If you want to print HTML in Java, it can be done by using a JEditorPane component in the background. This component contains all the logic to parse an HTML file and display it to the screen. If you set the JEditorPane correctly, you can then use it to print any HTML code. My problem appeared when I had HTML files containing images.
Posted in All Buzz Forum, Apr 19, 2007, 2:18 AM
Recently there���s been a whole hubaloo about Rails (Alex, David, and even Mark) ���scaling,��� ���performance��� and egos flying rampant. Hopefully I���ll present an alternate view that helps you take your own opinion on the subject instead of jumping to conclusions.
Posted in Ruby Buzz Forum, Apr 19, 2007, 2:18 AM
Recently there���s been a whole hubaloo about Rails (Alex, David, and even Mark) ���scaling,��� ���performance��� and egos flying rampant. Hopefully I���ll present an alternate view that helps you take your own opinion on the subject instead of jumping to conclusions.
Posted in All Buzz Forum, Apr 19, 2007, 2:14 AM
Business users who have no programming skills can use IBM Development Engagement Service to create online forms. It is an online service providing an Ajax-based development environment that enables business users to visually develop form applications.
Posted in Web Buzz Forum, Apr 19, 2007, 2:14 AM
Business users who have no programming skills can use IBM Development Engagement Service to create online forms. It is an online service providing an Ajax-based development environment that enables business users to visually develop form applications.
Posted in All Buzz Forum, Apr 19, 2007, 1:29 AM
Maven is a pattern-based build framework for Java and J2EE projects; more than just scripting builds for arbitrary projects, Maven knows about J2EE, Struts, Hibernate, etc. and has a prescribed way of structuring and organizing a project from its moment of creation through testing, packaging, and deployment. The Maven authors (in the book...
Posted in Java Buzz Forum, Apr 19, 2007, 1:29 AM
Maven is a pattern-based build framework for Java and J2EE projects; more than just scripting builds for arbitrary projects, Maven knows about J2EE, Struts, Hibernate, etc. and has a prescribed way of structuring and organizing a project from its moment of creation through testing, packaging, and deployment. The Maven authors (in the book...
Posted in All Buzz Forum, Apr 19, 2007, 12:18 AM
The unfortunately reality is that Rails currently lacks several key qualities to which enterprise project leaders have become accustomed. Here are five reasons of varying significance to start us off. What challenges have you faced with Rails at *your* organization?
Posted in Ruby Buzz Forum, Apr 19, 2007, 12:18 AM
The unfortunately reality is that Rails currently lacks several key qualities to which enterprise project leaders have become accustomed. Here are five reasons of varying significance to start us off. What challenges have you faced with Rails at *your* organization?
Posted in All Buzz Forum, Apr 18, 2007, 11:38 PM
Occasionally I have had trouble sending emails using the builtin mail() function in PHP. Sometimes emails never reached their intended destination. Naturally I have assumed that there might be a problem with some spam filters used. However, lazy as I am, I have not given it a second thought. Instead I have used a PHP class that allows me to...
Posted in PHP Buzz Forum, Apr 18, 2007, 11:38 PM
Occasionally I have had trouble sending emails using the builtin mail() function in PHP. Sometimes emails never reached their intended destination. Naturally I have assumed that there might be a problem with some spam filters used. However, lazy as I am, I have not given it a second thought. Instead I have used a PHP class that allows me to...
Posted in All Buzz Forum, Apr 18, 2007, 11:28 PM
On the face of it, a patent on software processes is a good idea. If you can protect an invention with a patent then why not do the same with software? In many parts of the world such as the USA you actually can patent software. In others, like the EU you can't. Developers and companies have fought to keep software patents out of Europe, with...
Posted in Java Buzz Forum, Apr 18, 2007, 11:28 PM
On the face of it, a patent on software processes is a good idea. If you can protect an invention with a patent then why not do the same with software? In many parts of the world such as the USA you actually can patent software. In others, like the EU you can't. Developers and companies have fought to keep software patents out of Europe, with...
Posted in All Buzz Forum, Apr 18, 2007, 9:29 PM
Given the history of Generic Java, Naftalin and Wadler's Java Generics and Collections has a distinguished pedigree. In this review I'll argue that this is a new classic. If you're a Java programmer you've probably heard of generics, an extension to the type system that was introduced in Java 5. They give you, as a programmer, a way to write...
612 pages [ Previous 1 ... 21 22 23 24 25 26 27 28 29 30 31 Next ]
Advertisement