Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) i developed a Stateless Session bean program.And created a client by a common java class as class m {p s v m(String s[]){....}} And i called the bean deployed in weblogic.from cmd prompt And that run. mind it i have to set setenv,seting classpath for that bean jar file before compile and run it. ok when i do a servlet programme deployed in tomcat and call that bean then it give classdefnotfoundException and NoInitialContext like this.So how i sucessfully do this? Ok when i call that bean from java class from the console like i previously told, if i don't set setenv i found the same error on the cmd prompt. pls help to get out of it
2 6161
What is use of i18n interceptor?
How do you convert bytes to character in java?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is object data type?
How many types of design patterns are there?
Is 0 true or false in java?
Is empty in java?
Why null value is used in string?
What is the purpose of @action annotation?
Which are the design patterns that are used in hibernate framework?
What is the default port of weblogic admin server?
Is spring boot a framework? : Spring Boot
Why do you need orm tools like hibernate?
Is spring mvc and spring boot same? : Spring Boot
What is the publish-and-subscribe model in jms?