Archive for the 'How-To's' Category
Thursday, November 23rd, 2006
IntelliJ IDEA Java EE support was beefed up with the very interesting feature. Now you can build a database Web interface in literally a few mouse clicks. Well, okay, at least get yourself a starting point, which is way better that beginning from scratch.
I must note that there are some prerequisites, though:
A Web Module that […]
Posted in How-To's | 1 Comment »
Thursday, September 14th, 2006
IntelliJ IDEA 6.0 features numerous enhancements for making Java EE development easier and more productive.
EJB relationship diagram builder brings valuable bonus to those who use Hibernate annotations for defining data models in their applications. All the power of the EJB diagram builder is at your disposal. You can get the complete picture of how your […]
Posted in Tips & Tricks, How-To's | 6 Comments »
Friday, August 25th, 2006
My article about how refactoring can help you develop and maintain Web projects has finally been published at TheServerSide.
I covered various aspects of refactoring as it applies to HTML, CSS, XML and JSP, which are the typical compound that glues up any decent Web project.
Of course I used IntelliJ IDEA to demonstrate all the […]
Posted in News & Events, How-To's | No Comments »
Wednesday, August 2nd, 2006
Peter Gromov, one of IntelliJ IDEA developers, shares his knowledge about utilizing IntelliJ IDEA 6.0 XML DOM power in the field of plugin authoring.
Peter wrote the article that describes the key principles of working with XML data through this DOM and quickly outlines how it can be used to empower and simplify plugin development with […]
Posted in How-To's, Plugins | 2 Comments »
Friday, March 31st, 2006
Searching through a large project is always tiresome. Changing a large project is usually more tiresome even with all cool IDE features such as search by regular expressions, find usages, or automated refactoring.
For example, you may need to find all the classes that implement exactly two interfaces or find all methods that accept a parameter […]
Posted in Tips & Tricks, How-To's | 2 Comments »
Wednesday, March 15th, 2006
No one can create a tool that does everything you want it to do. That’s why so many IDE’s provide some public API for writing plugins. IntelliJ IDEA is also one of them.
But having an API is not all. How to start writing plugins for IntelliJ IDEA? What a plugin can and cannot add […]
Posted in How-To's, Demos, Plugins | 1 Comment »