- fixed Sep ’14 not enabled in RA
Author Archives: gvr4wd
Dong Shin 10.22.2014
- deployed new FA – fixed Appropriation Years not showing up in Financial Data Editor
- generated doc’s for database stuff and checked in to Documentation/DatabaseDocs
- working on converting FinancialAssistant server project to Spring/JSON
Dong Shin 10.21.2014
- deployed new FA – fixed PM Actuals, broken Appropriation Years in the Financial Data Editor…
- fixed Appropriation Years in Financial Data Editor
- fixed PM Actuals % sorting
- generated database documents – Google Drive/Builds/project_portfolio_enh_doc/
Dong Shin 10.20.2014
- fixed Financial Data showing only 2 years in Query Builder
- helped Lenny retrieve 14 Sep PM Actuals in Query Builder
- fixed incorrect PM Actuals % status color
- fixed PM Actuals showing previous year data
Dong Shin 10.17.2014
- deployed the new Post Processing queries for updating 3rd year obligations/outlays
- 3rd year for RDT&E not showing in the Financial Data Editor, but was shown previously…
- downloading and setting up Eclipse Luna, Keplar is out of date already.
Dong Shin 10.16.2014
- working queries to update obligations through 3rd year…
- fixed incorrect current month set in Query Builder
Dong Shin 10.10.2014
- fixed Drag and Drop not scrolling thru as Flex doesn’t support auto scrolling – had to add autoScroll method on dragOverHandler
- query folders can now be published/unbublished
Dong Shin 10.09.2014
- few issues on-site
- folders in Query Builder keeps adding itself when drop happend – fixed
- datagrid filtering with columns not working – fixed
- Lenny wants to get all related contracts data in separate rows….
Dong Shin 10.06.2014
- no luck deploying today….
- fixed rolling months not working properly in RA
Dong Shin 10.02.2014
- finally got Spring Security example to work!
- configure Tomcat DataSource JNDI! – server.xml and context.xml
- modifying to work with project_portfolio_enh database….
- adding session control
- Lenny reported some problems – both fixed!!
- RA doesn’t show FY15 data…. RA show currently due data only, may have to fix by showing future years
- add PO Reference to the new query builder
Dong Shin 10.01.2014
- looks like Spring JDBC template can simplify lots of codes –
- Spring Security
- http://www.journaldev.com/2715/spring-security-in-servlet-web-application-using-dao-jdbc-in-memory-authentication
- http://javahash.com/spring-security-hello-world-example/
- http://www.journaldev.com/2736/spring-mvc-security-example-using-in-memory-userdetailsservice-and-jdbc-authentication
- trying to get SpringMVCSecurity example working….
- working on integrating Spring JDBC to UserService
- had to set the dataSource property for controller, not service like the example!!!!!
- mixing version number don’t play well., ie. spring 4.0.0 with spring-jdbc 4.0.2 generates weird exceptions…
- many examples I have found use Maven – manually download artifacts – http://search.maven.org
Dong Shin 09.30.2014
- working on getting POST to work with Java/Spring
- http://www.journaldev.com/2552/spring-restful-web-service-example-with-json-jackson-and-client-program
- got it to work in TaskManagerApp
- @RequestMapping(value = “/tasks/create”, method = RequestMethod.POST, headers = {“Content-type=application/json”})
public @ResponseBody Task createTask(@RequestBody Task task) { }
- @RequestMapping(value = “/tasks/create”, method = RequestMethod.POST, headers = {“Content-type=application/json”})
- useful Chrome plugin – Postman – REST Client
- https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en
- very simple to use!!! tested POST service in TaskManagerApp
- looking at Spring Security User Session Management
Dong Shin 09.29.2014
- got SpringServiceJsonSample to generate JSON objects with a nested list, one to many relationship
- Generating Java POJOs for project_portfolio_enh database
Dong Shin 09.26.2014
- working on Java services to provide User interface….
- pretty good example on using Spring and JSON – http://www.programming-free.com/2014/03/spring-mvc-40-restful-web-service-json.html
- above leads to http://www.programming-free.com/2014/04/spring-mvc-consuming-restful-web-services.html
- AngularJS and Spring REST example – http://www.programming-free.com/2014/07/crud-springmvc-restful-webservices-angularjs.html
- created Dynamic Web project – FinancialAssistantService
- using log4j2
- got getUsers working….
- working on add user (JSON)
Dong Shin 09.25.2014
- reworked Save Query to be simpler
- removed queries datagrid
- modified the form
- more AngularJS!

You must be logged in to post a comment.