Thursday, November 18, 2004

Introducing ICSC DPMS functions in English ??

On the middle of December, we'll go to Malaysia for the introduction of DPMS.
This job has been delayed for nearly 3 months. At that time we need to teach the local users how to use our system in English. This is such a great challenge for us. All the system document must be written in English. And on the teaching time, of course, we must speak English ! Oh.....it's so great !

This arrange is another great drive pushing me to study English hardly !
Mmm.. the first thing urgently to do is studying more and more English manuals by some software companies. Those manuals should include some normal grammar using about describing the function of a Software System.

Ok, this's right ! It's time to begin ! Go~~




Wednesday, November 17, 2004

ICSC ERP System is developed by many engineers at the same time. Every application may be updated frequently after deploying. This results the mapping model (*.hbm.xml) may be added or modified at the runtime. Therefore dynamic updating the hibernate.cfg.xml is required to solve the frequently change of those models.

So my solution is :After DA deploys the system, DA will publish an event, with the information of the materials deployed. DE subscribes this event and then check whether the deployed materials included *.hbm.xml. After that comparing the current hibernate.cfg.xml with those found hbm.xml and add additional hbm.xml to thehibernate.cfg.xml.

Features :

1. The event is published by DA per every AP. So the checking job of DE
is executed per every AP.

2. The subscriber of DE modifies the hibernate.cfg.xml after checking the deployed materials.

3. Every AP uses Hibernate easily without registering the Model Mapping Data.


My First Blog

The aim of building this blog is to practice my English - lost for serval years.I hope with this English dairy I can "pick up" my English.Both writing and speaking are difficult for one learning English.By writing down every idea in English , I think I can quickly get used of using English !

Here I can feel free to write any English I like.And I hope I can write down any notes I record on my software studying roadMap.