Download PureMVC EmployeeAdmin Free Java Code
Description
Objective C implementation of the PureMVC framework originally ported by Brian Knorr. Updated to work with XCode 4.
Source Files
The download file PureMVC_EmployeeAdmin-master.zip has the following entries.
.gitignore//from w w w . j a v a2s. c o m
ApplicationFacade.h
ApplicationFacade.m
EmployeeAdmin-Info.plist
EmployeeAdmin-Prefix.pch
EmployeeAdmin.xcodeproj/project.pbxproj
EmployeeAdminAppDelegate.h
EmployeeAdminAppDelegate.m
InfoPlist.strings
Resources/MainWindow.xib
controller/CreateUserCommand.h
controller/CreateUserCommand.m
controller/DeleteUserCommand.h
controller/DeleteUserCommand.m
controller/GetUserRolesCommand.h
controller/GetUserRolesCommand.m
controller/GetUsersCommand.h
controller/GetUsersCommand.m
controller/StartupCommand.h
controller/StartupCommand.m
controller/UpdateUserCommand.h
controller/UpdateUserCommand.m
controller/UpdateUserRolesCommand.h
controller/UpdateUserRolesCommand.m
installation.txt
lib/puremvc/core/Controller.h
lib/puremvc/core/Controller.m
lib/puremvc/core/Model.h
lib/puremvc/core/Model.m
lib/puremvc/core/View.h
lib/puremvc/core/View.m
lib/puremvc/interfaces/ICommand.h
lib/puremvc/interfaces/IController.h
lib/puremvc/interfaces/IFacade.h
lib/puremvc/interfaces/IMediator.h
lib/puremvc/interfaces/IModel.h
lib/puremvc/interfaces/INotification.h
lib/puremvc/interfaces/INotifier.h
lib/puremvc/interfaces/IObserver.h
lib/puremvc/interfaces/IProxy.h
lib/puremvc/interfaces/IView.h
lib/puremvc/patterns/command/MacroCommand.h
lib/puremvc/patterns/command/MacroCommand.m
lib/puremvc/patterns/command/SimpleCommand.h
lib/puremvc/patterns/command/SimpleCommand.m
lib/puremvc/patterns/facade/Facade.h
lib/puremvc/patterns/facade/Facade.m
lib/puremvc/patterns/mediator/Mediator.h
lib/puremvc/patterns/mediator/Mediator.m
lib/puremvc/patterns/observer/Notification.h
lib/puremvc/patterns/observer/Notification.m
lib/puremvc/patterns/observer/Notifier.h
lib/puremvc/patterns/observer/Notifier.m
lib/puremvc/patterns/observer/Observer.h
lib/puremvc/patterns/observer/Observer.m
lib/puremvc/patterns/proxy/Proxy.h
lib/puremvc/patterns/proxy/Proxy.m
license.txt
main.m
model/UserProxy.h
model/UserProxy.m
model/UserRolesProxy.h
model/UserRolesProxy.m
model/enum/UserRolesEnum.h
model/enum/UserRolesEnum.m
model/vo/UserRolesVO.h
model/vo/UserRolesVO.m
model/vo/UserVO.h
model/vo/UserVO.m
version.txt
view/EmployeeAdminMediator.h
view/EmployeeAdminMediator.m
view/UserFormMediator.h
view/UserFormMediator.m
view/UserListMediator.h
view/UserListMediator.m
view/UserRolesMediator.h
view/UserRolesMediator.m
view/components/EmployeeAdmin.h
view/components/EmployeeAdmin.m
view/components/UserForm.h
view/components/UserForm.m
view/components/UserList.h
view/components/UserList.m
view/components/UserRoles.h
view/components/UserRoles.m
Download
Click the following link to download PureMVC_EmployeeAdmin-master.zip.
PureMVC_EmployeeAdmin-master.zipHome »
Objective C Free Code »
Development »
Objective C Free Code »
Development »