Creating Java Development Environment with Struts for Your Home PC…………………….. Why Struts? Just take a look at the web-sites using Struts J2EE does not meet all the requirements for web-applications. Struts addresses these requirements. Check this article for details Components Required J2SE 5/6 or J2EE 5 – both JRE and JDK Tomcat 5.5/6 – web-server …
Category: Code . Programming Samples . প্রোগ্রাম উদাহরন
Code . Programming Samples . প্রোগ্রাম উদাহরন
Jul 18
Java: Struts: Lesson 5: Processing Requests with Action Objects #Java Short Notes
Corresponding Video TutorialCode Example for this article What happens? When a form is submitted? Flow: Refer to a x.do from form action Check struts-config.xml for action named ‘x’ Check the corresponding type (class) of the action, execute the execute method of that action type (really a class where execute is the class method) The method …
Jul 18
A simple EJB 3.0 application: Explanation of EJB 3.0 technology: EJB => Spring Framework #Java Short Notes
A simple EJB 3.0 application: Explanation of EJB 3.0 technology: EJB => Spring Framework ……. …. … A simple EJB 3.0 application: Explanation of EJB 3.0 technology: EJB => Spring Framework From: http://sitestree.com/?p=4933 Categories:Java Short NotesTags: Post Data:2008-05-07 18:54:31 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 …
Jul 18
Writing your first Spring application #Java Short Notes
Requirements: JDK 1.4.2 (or above), Tomcat 5.0+, Ant 1.6.1+ Also, you can use cygwin in windows to emulate linux like commands set JAVA_HOME, ANT_HOME, CATALINA_HOME environment variables – paths to the installed software Add to PATH: JAVA_HOME/bin, ANT_HOME/bin, CATALINA_HOME/bin You can start with the minimal application like struts-blanke.war or webapp-minimal that contains the basic files …
Jul 18
Your First Spring+Hibernate Application in IntelliJ #Java Short Notes
First Spring+Hibernate Application in IntelliJ From: http://sitestree.com/?p=4926 Categories:Java Short NotesTags: Post Data:2006-08-17 07:59:04 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Jul 18
Java Spring Topics: What spring framework brings to the table #Java Short Notes
Java Spring TopicsKnowing the buzzwords does not make anyone a good developer. However, it helps. Being expert in a technology like Spring in one day is not possible, but initially getting familiar with all the aspects is helpful as you will know which Spring feature is required to solve the current problem/situation. Then you can …
Jul 18
Introduction to Spring #Java Short Notes
Open-sourced on February, 2003 Layered J2EE application framework Inversion of Control (IoC): A Data Access Object (DAO) depends on a DataSource. Allows: code to interfaces Spring has classes to support Hibernate, Struts, and other frameworks According to many Java developers [ref:internet], J2EE patterns are sometimes cumbersome. Spring uses patterns but made everything simpler ServiceLocator -> …
Jul 18
Spring Applications: Examples #Java Short Notes
equinox-jsf-ch11-completed.tar.gz equinox-jsf-ch11-completed.zip equinox-jsf-ch11.tar.gz equinox-jsf-ch11.zip equinox-tapestry-ch11-completed.tar.gz equinox-tapestry-ch11-completed.zip equinox-tapestry-ch11.tar.gz equinox-tapestry-ch11.zip equinox-webwork-ch11-completed.tar.gz equinox-webwork-ch11-completed.zip equinox-webwork-ch11.tar.gz equinox-webwork-ch11.zip myusers-after-ch6.tar.gz myusers-after-ch6.zip myusers-ch10-completed.tar.gz myusers-ch10-completed.zip myusers-ch10.tar.gz myusers-ch10.zip myusers-ch2-completed.tar.gz myusers-ch2-completed.zip myusers-ch2.tar.gz myusers-ch2.zip myusers-ch4-completed.tar.gz myusers-ch4-completed.zip myusers-ch4.tar.gz myusers-ch4.zip myusers-ch5-completed.tar.gz myusers-ch5-completed.zip myusers-ch5.tar.gz myusers-ch5.zip myusers-ch6-completed.tar.gz myusers-ch6-completed.zip myusers-ch6.5-completed.tar.gz myusers-ch6.5-completed.zip myusers-ch6.5.tar.gz myusers-ch6.5.zip myusers-ch6.tar.gz myusers-ch6.zip myusers-ch7-completed.tar.gz myusers-ch7-completed.zip myusers-ch7.tar.gz myusers-ch7.zip myusers-ch8-completed.tar.gz myusers-ch8-completed.zip myusers-ch8.tar.gz myusers-ch8.zip myusers-ch9-completed.tar.gz myusers-ch9-completed.zip myusers-ch9.tar.gz myusers-ch9.zip From: http://sitestree.com/?p=4913 Categories:Java Short NotesTags: …
Jul 18
Spring Resources #Java Short Notes
Spring Resources ……… …… . …. . . . . . .. . . . . . . . . . . . . . .. . . . . . . . . .. Step by step Spring Spring Tutorial: Just OK Spring Tutorial Spring Tutorial From: http://sitestree.com/?p=4914 Categories:Java Short NotesTags: Post Data:2009-04-21 06:03:06 …
Jul 17
What is Spring Framework? What does it mean to J2EE developers #Java Short Notes
What is Spring Framework? What does it mean to J2EE developers? Spring is a light-weight framework, very often referred as an alternative/competitor to EJB, for the development of enterprise-type applications. Spring provides many features such as declarative transaction management, access to remote logic using RMI or web services, mailing facilities and database abstraction. Features of …