(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 …
November 2010 archive
Permanent link to this article: https://blog.openshell.in/2010/11/327/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/tips-to-inspect-the-code-in-rails/
Permanent link to this article: https://blog.openshell.in/2010/11/multiple-message-resource-bundle-in-struts-1/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/java-design-patterns/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/requisitepro/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/mvc1-vs-mvc2-in-struts/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/oltp-vs-olap/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/225/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/rounded-corners/
Nov 30
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 …
Permanent link to this article: https://blog.openshell.in/2010/11/web-developer/