Developers for Spring MVC Hibernate JPA Project

235 views
Skip to first unread message

spring...@gmail.com

unread,
Sep 25, 2013, 7:01:09 AM9/25/13
to java-bra...@googlegroups.com
Hi All
 
I am running my company Spring Software Ltd in UK ( www.springsoftware.co.uk) and I am looking for few passionate Java Developers to work on
few java projects online. I am Java developer with more than 14 years of Industry Experience.

I am working on one project and I am using Spring MVC,Hibernate and JPA ,MySQL and Maven for this project. If you want to learn Spring MVC
through this live project with me then please join my meeting on this Saturday 1:30 PM IST.
 
1.  Please join my meeting, 28 September 2013 at 09:00 GMT Daylight Time.
https://global.gotomeeting.com/join/200986733

2.  Use your microphone and speakers (VoIP) - a headset is recommended.  Or, call in using your telephone.
Dial +44 20 3657 6777
Access Code: 200-986-733
Audio PIN: Shown after joining the meeting
Meeting ID: 200-986-733
GoToMeeting®
Online Meetings Made Easy®
Not at your computer? Click the link to join this meeting from your iPhone®, iPad® or Android® device via the GoToMeeting app.
 
Regards
Rony
 

spring...@gmail.com

unread,
Sep 28, 2013, 5:58:44 AM9/28/13
to java-bra...@googlegroups.com
Hi All
 
Thanks for joining for this session. As discussed we will kick off the project with basic user registration module on Spring MVC.I will share details for next meeting soon.
 
Regards
Rony

Michael Karavan

unread,
Sep 28, 2013, 6:46:13 PM9/28/13
to java-bra...@googlegroups.com
Hello:

I was wondering if there was still availability to tune into your seminars moving forward.  Thanks for your time.

-Michael.

Spring Software

unread,
Sep 29, 2013, 5:38:37 AM9/29/13
to Michael Karavan, java-bra...@googlegroups.com

Hi Michael

Yes so far I am keeping meet up on every Saturday morning 9 Am GMT.
You can still join the project. We are discussing project design and basic use cases at the moment.

Regards
Rony

--
You received this message because you are subscribed to a topic in the Google Groups "Java Brains" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/java-brains-group/ZXLXBDBCDW0/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to java-brains-gr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Sailaja

unread,
Sep 30, 2013, 4:47:10 AM9/30/13
to java-bra...@googlegroups.com
Hi Rony,

I have some experience in Spring MVC, Hibernate and mySql(but not so much in jpa) and interested in joining your project. 

This group was suggested to me by my friend yesterday but I guess I missed your webinar. Is there any chance of a recorded webinar that I can have a look?

Thanks,
Sailaja


On Wednesday, September 25, 2013 12:01:09 PM UTC+1, spring...@gmail.com wrote:

Spring Software

unread,
Sep 30, 2013, 5:09:30 AM9/30/13
to Sailaja, java-bra...@googlegroups.com

Hi Sailaja

I don`t have any recordings at the moment but we you can join our online meeting Saturday this week 9 AM GMT.
You can find details in my previous messages on this group.
I will send some action items for the upcoming week meeting.Please stay tuned and participate in that.

Regards
Rony

--

spring...@gmail.com

unread,
Sep 30, 2013, 5:33:34 AM9/30/13
to java-bra...@googlegroups.com, Sailaja, java-bra...@googlegroups.com
Hi All
 
I am running my company Spring Software Ltd in UK ( www.springsoftware.co.uk) and I am looking for few passionate Java Developers to work on
few java projects online. I am Java developer with more than 14 years of Industry Experience.

I am working on one project and I am using Spring MVC,Hibernate and JPA ,MySQL and Maven for this project. If you want to learn Spring MVC
through this live project with me then please join my meeting on this Saturday 1:30 PM IST.
 
1.  Please join my meeting, 05 Oct 2013 at 09:00 GMT Daylight Time.
https://global.gotomeeting.com/join/200986733

2.  Use your microphone and speakers (VoIP) - a headset is recommended.  Or, call in using your telephone.
Dial +44 20 3657 6777
Access Code: 200-986-733
Audio PIN: Shown after joining the meeting
Meeting ID: 200-986-733
GoToMeeting®
Online Meetings Made Easy®
Not at your computer? Click the link to join this meeting from your iPhone®, iPad® or Android® device via the GoToMeeting app.
 
Regards
Rony
To unsubscribe from this group and all of its topics, send an email to java-brains-group+unsubscribe@googlegroups.com.

spring...@gmail.com

unread,
Oct 1, 2013, 5:43:49 AM10/1/13
to java-bra...@googlegroups.com, Sailaja, java-bra...@googlegroups.com
Hi All
 
I will suggest you guys to try to build Hello World Spring MVC Project first.
 
 
We will implement this project on this Saturday meeting and discuss requirements for user registration module afterwards.
 
Please register at so that I can send you more information.
 
 
Regards
Rony
 
 
 
 

spring...@gmail.com

unread,
Oct 1, 2013, 6:18:06 AM10/1/13
to java-bra...@googlegroups.com, Sailaja

Hi All

This is the structure for users table

CREATE TABLE IF NOT EXISTS `users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

We want to develop these use cases to start with

Register a New User - Send Email for Activation
Edit New User - Send Email for Confirmation
Delete existing User - Send Email for Deletion ( optional)

We will use Wordpress ( PHP based open source framework to implement these use cases )
http://core.svn.wordpress.org/trunk/wp-admin/
We need to check code for these files

user-edit.php
user-new.php

It may sound complex to understand PHP code but in my view you can easily extract logic from this.
Ideally whatever word press offers for User registration we will implement in this application to start with.

Regards
Rony

Spring Singh

unread,
Oct 2, 2013, 11:57:20 AM10/2/13
to java-bra...@googlegroups.com, Sailaja, java-bra...@googlegroups.com
 
This is SVN repository for keeping source code.
 
 
I will share user details in the Saturday morning meeting.

dcapstone

unread,
Oct 17, 2013, 10:20:50 AM10/17/13
to java-bra...@googlegroups.com
Hi Rony,
I am very much interested join this project. Is there any chance you can accomodate me?

Thanks,
Deepa
Reply all
Reply to author
Forward
0 new messages