A new blog in Microsoft Israel community center!
Hi,
I opened a new blog in Microsoft
I really hope that you will keep visit my new blog.
Have a nice day.
Avi.
To visit my new blog click here.
.Net, C#, Asp.net, Com+, GIS(ESRI Software), Management, Analysis & Design, Life, Trips, And more...
Hi,
I opened a new blog in Microsoft
I really hope that you will keep visit my new blog.
Have a nice day.
Avi.
To visit my new blog click here.
Posted by Avi Wortzel at 3/01/2007 02:12:00 AM 0 comments
Last Thursday we finished our first applicative sprint .There was another sprint (sprint 0) that focused on infrastructure and on the building of the skeleton of our application. Today we had two summary meetings about finishing the sprint: Sprint review meeting and Sprint Retrospective meeting.
You probably ask yourself:
Please relax, I'll explain everything…
I'll start with the sprint review meeting. The main goal of the sprint review meeting is to present the project status on the end of the sprint. We usually invite managers, product owners, users and everyone who are interested to see the project progress.
For a good brainstorm we should demonstrate the product functionality (only a complete work that we committed at the beginning of the sprint). It will help us to clarify the items that will add on the next sprint.
On those meetings the team should talk about what went wrong and what went right on the last sprint.
The second meeting is the Retrospective. The main goal of the retrospective meeting is to look back on last sprint, and to think together how can we improve our enjoyable and productive work on the next sprint? The sprint review looks at "What" the team is building whereas the Retrospective looks at "How" they are building. In this meeting the team can talk about all the things that affect on the product development.
Posted by Avi Wortzel at 2/18/2007 11:53:00 PM 0 comments
Labels: Scrum methodology
We have a daily meeting every morning in our office. Those meeting are managed by the scrum master(Shani Raba - the second team leader or me). In those meeting the scrum master is asking the team members (one person talks at a time) 3 questions:
There is no place to questions about design, architecture, specifications and etc in those meeting.
The project manager and the product owner are invited to those meetings but they can't talk.
Posted by Avi Wortzel at 2/13/2007 01:07:00 AM 1 comments
Labels: Scrum methodology
I started a new job (my second job as team leader) in a new project(One project with two teams).
We decided to develop our project with the scrum methodology.
Scrum is one of the agile methodologies, which focus on some major things like:
I'll write some posts on this subject in the next few months.
Our project started officially in the beginning of this year. In the first spirit (we called it "Infrastructure spirit") we organize our new office, open a new solution and decided on the relevant architecture and infrastructure that we'll going to use in our project.
Our main technology is .Net v2.0 with GIS engine (of ESRI Company).
Posted by Avi Wortzel at 2/13/2007 12:52:00 AM 0 comments
Labels: Scrum methodology
Yesterday we have been in ESRI users' conference (the fifteen in
In the conference they announced on the new ArcGIS 9.2 release.
In the conference my company (because the applications that were develop in my team) won a prize for using and developing in the most modern ESRI software (we are the first company that developed application that using the ArcGIS-Server in
I will share some highlights from the conference with you:
1. ArcGis-Server is a new platform for comprehensive GIS solutions.
Main goals:
The ArcGIS-Server is divided to three licenses and functionality levels:
a) ArcGIS Server – basic edition.
b) ArcGIS Server – Standard edition (equal to the old ArcIMS software).
c) ArcGIS Server – Advanced edition (equal to the old ArcGIS Server software in version 9.1).
2. There is a new data container for GIS data is called "file geodatabase". "A file geodatabase stores datasets as a folder of files on the user's file system, much like a folder of shapefiles would be stored. Individual datasets can be as large as one terabyte, and there is no overall database size limit. Compared to personal geodatabases, file geodatabases improve performance, store vector data more efficiently, and improve concurrency and multiuser access over a network. They also provide an alternative read-only format for large vector feature classes and tables that provide additional performance improvements."(From ESRI documentation).
3. A new format – terrain to store massive datasets containing elevation or other surface data in the geodatabase.
4. ArcImage-Server – a new application that gives us on the fly functionality to display a crude data (supports multi users without a need to load the data into the GeoDatabase).
5. New features in GeoDatabase managing:
a) Spatial SQL for Oracle: The most interesting feature in the 9.2 version is the ability to make a SQL queries on the spatial data. A new amazing feature gives us the power to make DML commands directly on the SDE tables (and no, you don't need to install the Oracle Spatial extension for this job…), and for example, to add a new geographic entity without using the GIS-Server/Map objects/SDE API and etc.
b) Nonversioned Editing – in the last versions the only way to edit a geodatabase is in a version mode. In 9.2 version ESRI added a new option to do it, by using short transaction editing model.
c) Versioned Data Replication - The idea is that one GIS center has the ability to synchronize all your "sub" GIS servers. The synchronization process executes in LAN\WAN networks, and at constant periods of time or on-line.
6. ArcGis Explorer
This is a new lightweight application. The ArcGIS Explorer is one of the ArcGIS Server clients.
The ArcGIS Explorer gets its functionality from number of resources (Web services, ArcGIS Server, ArcIMS, Web Map Services).
In addition we can display data from local sources (shapefiles, file geodatabases, KML, JPEG 2000, GeoTIFF, MrSID, IMG, and other image formats).
For now, you can download the ArcGIS Explorer only from the ESRI beta program.
After you will finish installing it you should add new tasks, and I recommend that you will start from the free tasks from ESRI.
Posted by Avi Wortzel at 11/01/2006 08:04:00 PM 0 comments
Labels: GIS
Last Friday I had a test in "Introduction to cryptography and secure communication" course (By Prof. Amir Herzberg) in collage of management (I study there B.Sc in computer science).
I learned a few interesting things in this course that I want to share with you:
Posted by Avi Wortzel at 8/11/2006 12:39:00 PM 0 comments
Labels: Security
Today Nati(one of my team-mate) and I, tried to install a Gis Application on a server that contain the Gis-Server(one of the ESRI company new product) that use it off course.
The server runs on Windows server 2003, with SP1.
We got this error:
"The application-specific permission settings do not grant Remote Activation permission for the COM Server application with CLSID"
One of the solutions to this problem is to give the "Activation and Launch" privilege to all users in Domain, on the ArcSom application(Trust me its works).
But it's a very bad solution (Security issues...), so I decided to look for a better solution over the net.
After a brief look, I found that this is a known problem, and ERSI even publish a specific patch to give an answer for this bug.
Finally I understood the problem: In the SP1 Windows Server 2003, Microsoft implement new DCOM communication restrictions that prevent users from launching or activating remote COM servers unless explicitly granted permission to do so. The ArcSOM process is a COM server and as such, must be configured to grant remote launch and activation privileges to users in the agsadmin and agsusers groups.
By the way, I think that ESRI patch works very similar to the "bad" solution, but I hope that they found a better solution.
Posted by Avi Wortzel at 7/18/2006 10:47:00 PM 4 comments
Labels: GIS
Sending string in xmlhttp in a correct character encoding format
Yesterday, we (Shani – one of my team-mate, and I) had a strange problem in character encoding format.
We tried to transfer an xml (string in xml format not the XmlDocument Object) from client side to server side by xmlhttp object, and that xml contained a Hebrew characters.
When the xml arrived to the server side we took the string from the Request object in array of bytes format, then we built a string from this array, and loaded it to an xml object (XmlDocument class).
Then, in the xml property of this object we saw that the xml contain a gibberish in the Hebrew text (probably wrong string encoding format). I tried to add the xml header with the correct encoding declaration, and then to load it to an xml object, but it didn't work.
After a lot of thinking and searching I found the mistake.
I always look on the xml after I convert it from array of bytes to string, and only after I create the all string, I tried to change the string's encoding.
I found that maybe I needed to change the encoding in the beginning of the process, and then use the class System.Text.Encoding.
In this class I found a method that gets strings from array of bytes in UT8-8
encoding (8-bit Unicode Transformation Format).
And everything worked perfect, so next time you will want to send a string in "special" encoding format and to get the same string(in the same encoding format), you should use this method…
Example:
Posted by Avi Wortzel at 7/18/2006 01:07:00 AM 2 comments
Labels: XMLHTTP
Hi,
It's so easy to implement a basic call back functionality (in asynchronous xmlhttp method) and to use it in your web pages(One of the
You just need to use XmlHttp object and to wrap the code with some java script function.
For example:
Code for client side:
And for server side:
And that's all, you have a basic CallBack functionality!
Posted by Avi Wortzel at 7/06/2006 11:48:00 PM 0 comments
Labels: XMLHTTP
Hi my name is avi wortzel
I'm working in a big computer company, as a team leader.
I'll write here about a lot of things:
I really hope that you will visit my blog, write me feedback, give me some advices or just read my posts.
Posted by Avi Wortzel at 7/06/2006 11:32:00 PM 6 comments
Labels: General