Category: Root

Lesson 7: Advanced Action Handling in Struts #Java Short Notes

Video Tutorial on the topic Java Code From: http://sitestree.com/?p=5045 Categories:Java Short NotesTags: Post Data:2011-04-21 13:19:47 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

What is Java Spring Framework? #Java Short Notes

According to the Spring Framework Reference Documentation (springframework.org): “…Spring provides a light-weight solution for building enterprise-ready applications, while still supporting the possibility of using declarative transaction management, remote access to your logic using RMI or web services, mailing facilities and various options in persisting your data to a database. Spring provides an MVC framework, transparent …

Continue reading

Struts 2 vs. Struts 1 #Java Short Notes

Please check the following resources: Struts 2: Configuration Elements Struts 1 vs Struts 2 Migrating from Struts 1 to Struts 2 Comparing Struts 1 and 2 From: http://sitestree.com/?p=4987 Categories:Java Short NotesTags: Post Data:2008-11-22 05:09:37 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) …

Continue reading

Step By Step Video Tutorial: Struts-based Java Web Application Development #Java Short Notes

Please follow the link to see a list of training videos on Struts. And watch them. Step By Step Video Tutorial: Struts-based Java Web Application Development From: http://sitestree.com/?p=4986 Categories:Java Short NotesTags: Post Data:2010-06-21 20:35:21 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) …

Continue reading

Creating Java Development Environment with Struts for Your Home PC #Java Short Notes

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 …

Continue reading

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 …

Continue reading

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 …

Continue reading

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 …

Continue reading

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

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 …

Continue reading