Memory Leaks in Java

One of the beauties of using Java programming language is that the programmers need not worry about the memory allocation and freeing of objects. We simply declare and initialize objects and JVM(Java Virtual Machine) will take care of freeing them when they are no longer in use by any application through a mechanism called ‘garbage collection’. Before we start our topic, let us check how the memory is allocated for the objects. [...] Continue Reading…

Which Programming Language is the Most Secure?

This is a question that can cause a thousand debates on the internet so before we get started we should make one thing clear. If the programming language is in the hands of a seasoned professional, then any one of these languages can be secured. Most of the security problems that come from certain languages are the fault of the programmer and not the actual language itself. [...] Continue Reading…

Logistic Regression With L2 Regularization in Python

Suppose you have data describing a bunch of buildings and earthquakes (E.g., year the building was constructed, type of material used, the strength of earthquake, etc), and you know whether each building collapsed or not in each past earthquake. Using this data, you’d like to make predictions about whether a given building is going to collapse in a hypothetical future earthquake — you can see how this would be useful to say, insurance companies. [...] Continue Reading…

Java Garbage Collection

What is garbage collection?It deals with identifying and freeing the memory of java application that are not used for a long time. There are two type garbage collection techniques, [...] Continue Reading…

Agile to Lean to Insane Software Development

There has been a lot of talk about agile development. In recent years, agile development was surpassed by lean development which adopted many great practices from agile development, but added elements of speed and cost-effectiveness to the overall process. [...] Continue Reading…

Software Development | Java RMI

Java RMI based Client/Server application, in which a server will be used to serve requests of remote Java Clients for mathematical operations. This will allow the user to use the following operations: Add, Subtract, Square, and Multiply. [...] Continue Reading…

What is Java Object Initialization?

The concept of objects in a broad sense can be described as a collection of data along with the methods to manipulate the corresponding data. The Objects are be loaded into the memory before processing. [...] Continue Reading…

With the release of Office 2010 and SharePoint 2010 the relationship between internal line of business applications and business productivity software is stronger than ever. There have been added many exciting new features, which will bring value to many customers, including those customers that are using Microsoft Dynamics NAV today.

User Interface

The user interface (UI) is the "face" of a software application - A good user interface is intuitive, familiar, and easy to use. It improves productivity by minimizing the number of clicks required to get a task done. This is what we accomplished with the release of the RoleTailored client in Microsoft Dynamics NAV 2009. The Fluent UI is now used by all Microsoft Office programs as well as SharePoint Server 2010, and does away with menus, which were growing increasingly complex, replacing them with a clear set of icons that are relevant to the task being performed.

With the 2010 release, Microsoft Office, Microsoft SharePoint Server, and Microsoft Dynamics now share this strong "facial" resemblance, making them more consistent to use and easier to adopt.

Connectivity

Just as beauty is more than skin deep, so the ties between Microsoft Dynamics and Microsoft's business productivity infrastructure run deeper than just the UI.  Business Connectivity Services (BCS) is a new technology that crosses Microsoft Office 2010 and Microsoft SharePoint Server 2010, and can be thought of as "plumbing" for connecting business applications through Web Services in Microsoft Dynamics NAV 2009 with SharePoint and Office. This is no ordinary plumbing, though, as it enables some powerful new scenarios for Microsoft Dynamics NAV customers, including the ability to update information stored in a Microsoft Dynamics NAV database directly from a SharePoint site, and making it easier to take Microsoft Dynamics NAV information offline through either Outlook 2010 or SharePoint Workspace 2010. 

Analysis

The majority of Microsoft Dynamics customers use Microsoft Excel to analyze their business information. PowerPivot for Microsoft Excel 2010 offers the ability to quickly create PivotTables or PivotCharts that are pulling in data from Microsoft Dynamics ERP or CRM in real time. New Excel 2010 features such as Slicers and Sparklines can then be added to bring the numbers to life and gain deeper insights into what's happening in the business.  

Compatibility

Since Microsoft Dynamics NAV always has had a strong integration to the Office and SharePoint products, we are proud to announce that Microsoft Dynamics NAV 2009 SP1 and Microsoft Dynamics NAV 5.0 SP1 Update 2 are compatible with Microsoft Office 2010 and Microsoft SharePoint 2010!

The details in the support for the different Office and SharePoint integrations are listed below. Please note that Office 2010 is available in both a 32-bit version and a 64-bit version, but some NAV areas are currently not supported in the 64-bit version. The recommended version of Office 2010 in combination with NAV is the 32-bit version. Further reading on the difference between the two versions can be found here: http://blogs.technet.com/b/office2010/archive/2010/02/23/understanding-64-bit-office.aspx.  

  1. Employee Portal is supported for SharePoint 2010. However please look at KB970502 for instructions on how to install in a 64-bit environment.
  2. Sending data from Microsoft Dynamics NAV to both Word and Excel using the basic export is fully compatible with Microsoft Office Word 2010 and Microsoft Office Excel 2010. The same applies exporting to Excel from reports and to Export of budgets, Analysis Schedules etc.
  3. Interactions such as letters can be initiated from Microsoft Dynamics NAV and stored as appropriate in Microsoft Office Word 2010 in both 32-bit and 64-bit version.
  4. Sending emails from Microsoft Dynamics NAV is compatible with Outlook 2010 32-bit version, but is currently not supported for the 64 bit version.
  5. Outlook Synchronization is compatible with Outlook 2010 32-bit version. The installation and the add-in is not currently supported for the 64- bit version.
  6. Email logging is dependent on CDO, which is not supported in Office 2010. Please read http://support.microsoft.com/kb/2028411. A possible workaround has been identified by manual installing CDO in combination with KB2291071, but it is recommended to stay on Office 2007 if email logging is required.

Syndicated via RSS From: http://blogs.msdn.com/b/nav/

7 Steps to Turn Your Idea Into a Real iPhone App

You’ve got your idea of your app, haven’t you? Although it may be a great one, you still need to work it out to make your very own iPhone app. This article is going to show you how to turn your great idea into a great iPhone app through 7 steps. [...] Continue Reading…

PHP technology has been around for at least a dozen of years. Since its inception, PHP has been steadily gaining momentum as a “defacto” platform for open-source web development. Lately, however, a host of new web development tools like Ruby on Rails came on the market, which raised questions whether PHP will remain viable as a web development tool. I believe PHP will not only remain, but continue evolving as the preferred platform for years to come. [...] Continue Reading…