erwerew
Continue readingAuthor: javavogue
What is java
Java is a best technology to learn new thing in the world
Continue readingHello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Continue readingJava.lang.ClassNotFoundException: org.springframework.ui.velocity.VelocityEngineFactoryBean
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘org.springframework.scheduling.annotation.ProxyAsyncConfiguration’: Unsatisfied dependency expressed through method ‘setConfigurers’ parameter 0: Cannot find class [org.springframework.ui.velocity.VelocityEngineFactoryBean] for
Continue readingHow to login with google auth using javascript
<meta name=”google-signin-client_id” content=”XXXYYY.apps.googleusercontent.com”> <script src=”https://apis.google.com/js/platform.js?onload=onLoadGoogleCallback” async defer></script> <script type=”text/javascript”> function onLoadGoogleCallback(){ gapi.load(‘auth2’, function() { auth2 = gapi.auth2.init({ client_id: ‘XXXYYY.apps.googleusercontent.com’, cookiepolicy:
Continue readingDiff No of Days Betwwen Two Days
package com.test; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.DayOfWeek; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import org.joda.time.Days; public class Demo {
Continue readingcom.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
Last packet sent to the server was 2 ms ago. STACKTRACE: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: **
Continue readingHibernate Tutorials
What is hibernate ? Hibernate architecture . Hibernate Configuration Using Xml File (Maven) Hibernate Configuration Using Anonation (Maven) Hibernate Vs
Continue readingError creating bean with name ‘classname’: Scope ‘session’ is not active for the current thread
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘DBController’: Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not
Continue readingFailed to load resource: the server responded with a status of 406 (Not Acceptable) in spring mvc ajax call
This error can be solve by these tricks . 1. use @EnableWebMvc with spring 4.0 or above. @Controller @EnableWebMvc @RequestMapping(value
Continue reading