Monday November 07, 2005
How to add business method in Netbeans 5.0 faster I don't like how a user can add new business method in Netbeans 5.0. He should select bean node in project tab, right-click and select Add | Business Method. The dialog is very confusing for me. I'm prefering to write method implementation first and then add this method in appropriate interface. I found recently very cool feature EJB hints in editor. For instance, you write business method in implementation class and then press Alt+Enter. Next you should be able to select Add to Local/Remote Interface. See snapshot:
