Post your topic requests [Jan-June-2014]

11 posts / 0 new
Last post
heartin
Post your topic requests [Jan-June-2014]

You can now request for a topic @ javajee.com. Just post your request here as a new comment. You can also speed up the process by using the contact form after posting your request here. 

Was it useful?
amansinha
notes needed

Hi,
In need of notes related to Thread and file handling. if you can provide some hands on for this part, then it will be much helpful for me.
 
 
thanks

Was it useful?
heartin
Java multithreading notes

You can find multithreading notes at javajee.com/java-multithreading-book. Please go through and let us know if you have any doubts.

File handling notes will be added soon, most probably in next two weeks.

Was it useful?
neha
MULTIPLE INHERITANCE IN JAVA

Hi,
I know what is inheritance in java but i am not clear about why multiple inheritance is not allowed in java, So, can you provide me notes for this understanding. Also, please provide the notes on exception handling.
Thanks in advance.
 

Was it useful?
heartin
Multiple inheritence and excpetion handling

In multiple inheritance a class can have more than one parent. So if there is a method with the same name in both the parents, then there is a confusion on which method to inherit. To avoid this confusion Java has avoided multiple inheritance for classes. However a form of multiple inheritance might be introduced in Java 8 through the use of default methods. But don't worry about it now. Let me know if you are clear with multiple inheritance and why it is not there in java; else I will explain with an example to make it more clear.

Also, go through below articles 7, 13, 14, 15 and 16 at:
javajee.com/beginning-java-book
 

Exception handling
Please find notes on exception handling at:
javajee.com/tags/exceptions

Was it useful?
gaynusha
Enterprise Java Beans (EJB)

Hi can you please provide a tutorial on EJB, GUI design liked with database (mysql).Thank you very much I need them for my final year project.
 

Was it useful?
heartin
Regarding final year project

We haven't written any note on EJB yet, but if it is really required we can try on that too. Before that could you please help me with few details:

1. Which year are you in now? Have you started working on the project? 

2. How did you finalize on EJB? Many people these days would prefer a light weight framework like Spring over EJB as you can do almost everything you do with EJBs with less complexity. You can also deploy a Spring based application on even a web container like Apache tomcat, but EJBs would require application servers like JBoss or Websphere Application Server.

3. Could you also tell me about the project and what you are doing briefly. There are basically three types of EJBs ( session beans, entity beans and mesage driven beans). Telling us more about your project helps us to know the one required for you.

Please provide these details at the earliest. You can also ping us in facebook with the details.

Was it useful?
gaynusha
Enterprise Java Beans (EJB)

Hi again,
Am in my final year at university of Mauritius, and according to my title I have to develop the system using a component based approach. After my research I have found out that there are three main component based model, COM, EJB and CORBA. According to my supervisor I have to implement it using EJB.
My project is about developing a blood bank database system. Blood bank would be the server and the hospitals and blood collector agents would be the client. 
For the blood collector agents I will be using message driven bean and the hospitals I would adopt session beans
THANKK YOU very much

Was it useful?
heartin
Enterprise Java Beans (EJB) Reply

I am not sure can provide much notes on EJB in short span of time, however I will try to guide you to some good materials or ebooks available. Our approach is more oriented towards web services and lightweight frameworks like Spring and Hibernate. 

I have been working in the Software Industry for few years now and I could see that web services have become more popular over COM and CORBA for distributed computing. You can have your server and client even in different programming languages. EJBs also simply makes things more complex and we can use Spring and/or hibernate to get the same functionality.

If I were implementing the blood bank database system, I would use Spring for configuration and dependency injection, hibernate (instead of entity beans) for saving data and client would communicate to server using web services. Initially in our production application we were using websphere MQ with message driven beans at client side to connect to server, but later it was migrated to web services. 

Did you not consider web services (SOAP and/or REST) in your research?

Was it useful?
ran9079
Spring webservice

Please provide materials for Spring SOAP based webservice.

Was it useful?
heartin
We don't have it now, but

We don't have it now, but will provide it soon.

Was it useful?

Quick Notes Finder Tags

Activities (1) advanced java (1) agile (3) App Servers (6) archived notes (2) Arrays (1) Best Practices (12) Best Practices (Design) (3) Best Practices (Java) (7) Best Practices (Java EE) (1) BigData (3) Chars & Encodings (6) coding problems (2) Collections (15) contests (3) Core Java (All) (55) course plan (2) Database (12) Design patterns (8) dev tools (3) downloads (2) eclipse (9) Essentials (1) examples (14) Exception (1) Exceptions (4) Exercise (1) exercises (6) Getting Started (18) Groovy (2) hadoop (4) hibernate (77) hibernate interview questions (6) History (1) Hot book (5) http monitoring (2) Inheritance (4) intellij (1) java 8 notes (4) Java 9 (1) Java Concepts (7) Java Core (9) java ee exercises (1) java ee interview questions (2) Java Elements (16) Java Environment (1) Java Features (4) java interview points (4) java interview questions (4) javajee initiatives (1) javajee thoughts (3) Java Performance (6) Java Programmer 1 (11) Java Programmer 2 (7) Javascript Frameworks (1) Java SE Professional (1) JPA 1 - Module (6) JPA 1 - Modules (1) JSP (1) Legacy Java (1) linked list (3) maven (1) Multithreading (16) NFR (1) No SQL (1) Object Oriented (9) OCPJP (4) OCPWCD (1) OOAD (3) Operators (4) Overloading (2) Overriding (2) Overviews (1) policies (1) programming (1) Quartz Scheduler (1) Quizzes (17) RabbitMQ (1) references (2) restful web service (3) Searching (1) security (10) Servlets (8) Servlets and JSP (31) Site Usage Guidelines (1) Sorting (1) source code management (1) spring (4) spring boot (3) Spring Examples (1) Spring Features (1) spring jpa (1) Stack (1) Streams & IO (3) Strings (11) SW Developer Tools (2) testing (1) troubleshooting (1) user interface (1) vxml (8) web services (1) Web Technologies (1) Web Technology Books (1) youtube (1)