November 2010 archive

SAP System Landscape:

(Kind Note: In this post i going to give a short hint about SAP system landscape don’t consider this as a SAP Architecture. Often times, SAP users, especially new comers misunderstands these two concepts.) They system landscape basically is the set-up or arrangement of your SAP servers. Ideally, in an SAP environment, a three-system landscape …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/327/

Tips to inspect the code in Rails

Inspect It inspects the value. It formats the array with square brace, hash with curly braces with arrows between the key value pairs inspecting parameter. Type It identifying the type of the instance variable. Debug It give nice, easy to read inspection of the value and displayed in a formatted way. These are all some …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/tips-to-inspect-the-code-in-rails/

Multiple Message Resource Bundle in Struts 1

Target Audience: Web Developer, Web Component Developer What you should know already: Struts Web Framework, MVC Pattern, Knowledge of struts-config.xml file Introduction The message resource class in Struts allows the developer internationalizing web application easy and fast. The user can put labels of fields or description text in a central file and can access them later in the JSP …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/multiple-message-resource-bundle-in-struts-1/

Design Patterns

Some useful definitions of design patterns are: Desingn patterns constitute a set of rules describing how to accomplish certain tasks in the realm of software development. Design patterns focus more on reuse of recurring architectural design themes while frameworks focus on detailed design and implementation. A pattern addresses a recurring design problem that arises in …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/java-design-patterns/

RequisitePro

Target Audience: Analysts, Designers, Project Managers,Team Members, System Integrators Requirement Management When you develop software products, failing to manage requirements decreases the probability of meeting the project objectives. Rational RequisitePro helps you manage project requirements. Requirement Management is the process of eliciting, organizing and documenting requirements of the system. A requirements management process establishes and …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/requisitepro/

MVC

MVC is a design pattern. It contains two models. MVC Model 1 and MVC Model 2. Struts framework implements MVC Design Pattern. Struts can implement Model 1 and Model 2. Model 2 most properly describes the application of MVC in a Web-Application context. Features of MVC1 Architecture: (1) HTML or JSP files are used to …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/mvc1-vs-mvc2-in-struts/

OLTP Vs OLAP

OLTP(On-Line Transaction Processing) It is a set of information which processes a data transaction in a database system that manage transaction-oriented applications, typically for data entry and retrieval transaction processing. OLAP(On-Line Analytical Processing) OLAP is an approach to quickly provide answers to analytical queries that are multi-dimensional in  nature.It supports the regular retrieving of information …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/oltp-vs-olap/

BI IN SAP NETWEAVER 7.0

Purpose The reporting, analysis, and interpretation of business data is of central importance to a company in guaranteeing its competitive edge, optimizing processes, and enabling it to react quickly and in line with the market. With Business Intelligence (BI), SAP NetWeaver provides data warehousing functionality, a business intelligence platform, and a suite of business intelligence …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/225/

Rounded Corners

When CSS3 is fully supported across browsers rounded corners will be as simple as: .element {border-radius: 5px} which will set a 5px radius on all 4 corners. For now we need some browser specific CSS combined with a little JavaScript to make this work in all browsers. In Safari, Chrome, and other webkit browsers we …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/rounded-corners/

Web Developer

The Web Developer Extension is a extension for the Firefox browser and it’s a great tool for web designers. It has a variety off essential tools that allow you to code quality websites and troubleshoot problems easily. It’s a powerful all in one plugin. Web Developer extension adds a menu and a toolbar to the …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/web-developer/