Thursday, June 26, 2014

UI good free site

http://www.pencilscoop.com/2013/09/best-free-awesome-psd-ui-templates/

Wednesday, June 18, 2014

angular $stateProvider how to check if url is changed

there are ways to check if stateProvider is changed

1. $scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState, fromParams){

});

and also you can watch $locationChangeStart ..

I linked detail page below


https://github.com/angular-ui/ui-router/wiki#state-change-events

Thursday, June 12, 2014

Netty (2)

Yesterday I started  netty becasue of trying to make game server

And I read the article why multi networking program recommend netty

yeseter day i Make chatting source and

what i made are below list

This is My Chat JavaAPI

id:id  
= Make User Id

s:room_seq:message 
=  Write message in special room

m:name 
= make room and write name
mo: 
= out room

in:room_seq 
= enter the chat room

bye: 
= exit chatting

sh: 
= show user
sr : 
= user room


and I will make more apis

which are queries like general database

My Finall purpose is make rooms when admin want to make and

all around people can access rooms if they download Android application.

after completion of chatting server,
I will open API and source for you guys and relasese for free.

Wednesday, June 11, 2014

Netty ~ (1)

Today I start to study Netty

this is well-known for networking program like chatting or game server and so on

this is NIO means non blocking

and I will write what i learn from netty~

expect ~~ haha


Tuesday, June 10, 2014

First time to use jenkins, this is basic test set up in localhost

what tools for java I use are maven, eclipse, em.. no more

So I want to automate build enviroment of web deployment

google and java magazine tell me that using Jenkins is good

For future big project, I try to set up jenkins in my window local computer.

I will use it somewhile and tell you adventage and disadventage~!

Monday, June 9, 2014