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 …
Category: Java/J2EE/J2ME
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 …
Jul 17
MVC : Struts : Java : Industry Web Application #Java Short Notes
Industries use frameworks for application development quite often. For example: Java concepts like JSP, Servlet, Swing, Bean, JDBC can be used directly to create web-applications but when such applications become big, it becomes difficult to maintain and develop them further. Hence, frameworks like struts are used to develop large web-based Java applications. This makes maintenance …
Jul 16
Lesson 1: Java Spring Step by Step #Java Short Notes #Java Spring
Lesson 1: Java Spring Step by Step …. …. … … … … … … … … …. …. …. …. …. …. Video Tutorial by JustEtc: Lesson 1: Java Spring Step by Step The code of the examples as demonstrated in the video. This code is also taken from SpringFramework tutorial by Thomas Risberg, …
Jul 15
Java Spring: Use Cases #Java #Java Frameworks #Spring #Spring Framework and Hibernate
Reference: https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.html Typical full-fledged Spring web application Spring middle-tier using a third-party web framework Remoting usage scenario EJBs – Wrapping existing POJOs From: http://sitestree.com/?p=10900 Categories:Java, Java Frameworks, Spring, Spring Framework and HibernateTags: Post Data:2017-07-28 20:42:31 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In …