This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60126 - PERF: Adding method to EJB is slow
Summary: PERF: Adding method to EJB is slow
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-06-16 10:42 UTC by L Martinek
Modified: 2005-10-03 14:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-06-16 10:42:52 UTC
Adding business method to session or entity bean is slow, it takes from 3 to 5
seconds, limit is 1 second. We don't measure adding other methods (like home,
create, find), but I assume it is slow as well.

If you can't squeeze it to 1 second, consider adding a progress bar.

Add business method to EB
                RHE Linux 3  Solaris 9     WinXP
1st usage           2687 ms    3208 ms   3145 ms
Subsequent usage    2657 ms    2679 ms   3082 ms

Add business method to SB
                RHE Linux 3  Solaris 9     WinXP
1st usage           3240 ms    5242 ms   5176 ms
Subsequent usage    2759 ms    3668 ms   3691 ms
Comment 1 Martin Adamek 2005-09-08 12:27:22 UTC
What is measured? Time from pressing pressing OK button in method customizer
until generated code appears in editor?
Comment 2 L Martinek 2005-09-12 16:53:17 UTC
Yes, exactly.