How can I access EJB from ASP?


We can use the Java 2 Platform, Enterprise Edition Client Access Services (J2EETM CAS) COM Bridge 1.0, currently downloadable from Sun



Explore posts in the same categories: EJB Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • How can I view the SQL Server transaction log ?
  • See these articles from Microsoft about Access to SQL Server migration: Migrating Your Microsoft Access Database to SQL Server 7.0 White...
  • What’s the data provider name to connect to Access database ?
  • Microsoft.Access....
  • What does the “Access is Denied” IE error mean?
  • The "Access Denied" error in any browser is due to the following reason. A javascript in one window or frame is...
  • How to access the current value and next value from a sequence? Is it possible to access the current value in a session before accessing next value?
  • Sequence name CURRVAL, sequence name NEXTVAL. It is not possible. Only if you access next value in the session, current...
  • What is an Iterator class?
  • A class that is used to traverse through the objects maintained by a container class. There are five categories of...
  • What is meant by concurrency ?
  • Concurrency is what allows more than one DB2 application process to access the same data at essentially the same time....
  • Can you override private virtual methods?
  • No, moreover, you cannot access private methods in inherited classes, have to be protected in the base class to allow...
  • What is a trap and trapdoor?
  • Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication....
  • Is it possible to have different access modifiers on the get/set methods of a property?
  • No. The access modifier on a property applies to both its get and set accessors. What you need to do...
  • What is Rule-based approach to optimization?
  • Choosing an executing plan based on the access paths available and the ranks of these access paths....

    Comment:

    You must be logged in to post a comment.