JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Enterprise & Remote Computing
>>
Enterprise Technologies
Access a normal java class from EJB
how can i access normal java class from an EJB.I do not want to write the business logic inside the EJB. How can I achieve this.
[142 byte] By [
v12345a
] at [2007-10-3 3:56:18]
««
activateEndpoint() before getDeliveryChannel()?
»»
why static?
# 1
There's no special API for doing this. Just use normal java.E.g.@Stateless public class FooBean implements Foo {public void foo() {// access non-EJB utility class BarBar b = new Bar();b.bar();}
ksaksa
at 2007-7-14 21:54:30 >
Enterprise & Remote Computing
Security Question
Database using in jsp : want to show 10 records on a single page
How To Submit a form manually
Problem in configuring tomcat and apache
help regarding JAvascript
Using '%' in the URL for METHOD = "GET"
FW:problem in valuechange event
File upload by JSP
session handling
non static method error
Enterprise Technologies
activateEndpoint() before getDeliveryChannel()?
whether your Entity Bean has to be the exact replica of your database
EJB3 sessions
How create XML example file from DTD
Using Transaction type
JWSDP 2.0 License?
Exposing JNDI tree to non-enterprise applications ?
How to specify alias for local filesystem in JBOSS
sending mails are going to bulk.why?
Reading Shared Calendar Items
Enterprise & Remote Computing New Topic
Security Question
Database using in jsp : want to show 10 records on a single page
whether your Entity Bean has to be the exact replica of your database
EJB3 sessions
Problem in configuring tomcat and apache
help regarding JAvascript
Using '%' in the URL for METHOD = "GET"
File upload by JSP
Enterprise & Remote Computing Hot Topic
How To Submit a form manually
display problem
tomcat servlet: where does "System.out.println..." go?
null value
ant classpath config
Intentionally prevent a Servlet form returning a response
How to Set Request Headers like "User Agent, Host, Connection" in a servlet
Listen to port 25 and save incoming email as txt files
Enterprise & Remote Computing
Web Tier APIs
Enterprise Technologies
AVK Portability
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding