TierDeveloper is an O/R mapping tool that helps you to rapidly design, generate and deploy n-Tier enterprise applications. With TierDeveloper, you can map objects to relational tables, embed powerful SQL in them, and generate, build, and deploy middle-tier data objects instantly. It also generates ASP.NET and JSP applications to test these objects. TierDeveloper delivers high performance and its functional components are based on industry standard design patterns and best practices. :-OFor free download please visit: http://www.alachisoft.com/redirect_page.php?source=codeproject.com&dest=http://www.alachisoft.com/download.htm TierDeveloper 4.0 is coming soon with more advanced and user-friendly features. New version provides competitive benefits and cutting edge solutions that would help software developers to expedite productivity. We are near to launch our next version so keep visiting [http://www.alachisoft.com/redirect age.php?source=codeproject.com&dest=http://www.alachisoft.com](http://www.alachisoft.com/redirect age.php?source=codeproject.com&dest=http://www.alachisoft.com ) ---------------------------------------------- Related Links http://www.alachisoft.com - Alachisoft Home Page http://www.alachisoft.com/download.htm - TierDeveloper Download Page http://www.alachisoft.com/product.htm - TierDeveloper Overview
smars
Posts
-
[Announce] Empower your Application Development (TD 4.0 coming soon) -
Boost your application development:-O Software must be delivered faster than ever before, without sacrificing the time taken to design and implement architecture. Research bears that less than 70 percent of development projects are actually completed, and more than half come in late and over budget. TierDeveloper is a time saving OR mapping and code generation tool that helps Software engineers do better, more creative, and useful work by reducing redundant hand coding. TierDeveloper greatly reduces the costs of software production and reduces manual errors. In this world of increasingly code-intensive frameworks, the value of replacing laborious hand coding with code generation is acute and, this is one of the reason why TierDeveloper popularity is increasing day by day. For a free evaluation please visit: http://www.alachisoft.com/download.htm Time Savings in the Implementation Phase TierDeveloper quickly designs, generates and deploys the middle-Tier data objects in hours or days at most. This is the biggest area of saving in a software project when you use TierDeveloper.TierDeveloper also generates a fully functional web application to test and verify data object behavior. One not only learns from this web-application but can also copy/paste code from this web-application to another web-application. This will save a great deal of time. Time Savings in Testing Phase Any code that TierDeveloper generates is based on code-templates that have been tested for functionality and performance. This means that one has to do much less testing of the application since TierDeveloper generated code is at least 50% of the middle-tier objects. Similarly, any code that one will copy/paste from generate web application is also pre-tested and reduces the testing of the web application as well. SOFTWARE DEVELOPMENT WITHOUT TIERDEVELOPER 6 MONTHS: REQUIREMENT ANALYSIS AND DESIGN Jan/Feb -Requirements Capture Jan/Feb -Black and White Web Layout Jan/Feb -DB design and App Architecture Jan/Feb -Branding and Artwork IMPLEMENTATION Feb/June -Develop Middle Tier Data Objects Feb/June -Develop Web Pages Feb/June -Develop Business Logic Objects Feb/June -Develop Web Services TESTING June/July -Functional Testing June/July -Stress Testing SOFTWARE DEVELOPMENT WITH TIERDEVELOPER 4 MONTHS REQUIREMENT ANALYSIS AND DESIGN Jan/Feb -Requirements Capture Jan/Feb -Black and White Web Layout Jan/Feb -DB design and App Architecture Jan/Feb -Branding and Artwork IMPLEMENTATION Feb/April ++Generate Middle
-
Reduce the time intensive phases of .Net application development:-O:-O Software must be delivered faster than ever before, without sacrificing the time taken to design and implement architecture. Research bears that less than 70 percent of development projects are actually completed, and more than half come in late and over budget. TierDeveloper is a time saving OR mapping and code generation tool that helps Software engineers do better, more creative, and useful work by reducing redundant hand coding. TierDeveloper greatly reduces the costs of software production and reduces manual errors. In this world of increasingly code-intensive frameworks, the value of replacing laborious hand coding with code generation is acute and, this is one of the reason why TierDeveloper popularity is increasing day by day. For a free evaluation please visit: http://www.alachisoft.com/download.htm Time Savings in the Implementation Phase TierDeveloper quickly designs, generates and deploys the middle-Tier data objects in hours or days at most. This is the biggest area of saving in a software project when you use TierDeveloper.TierDeveloper also generates a fully functional web application to test and verify data object behavior. One not only learns from this web-application but can also copy/paste code from this web-application to another web-application. This will save a great deal of time. Time Savings in Testing Phase Any code that TierDeveloper generates is based on code-templates that have been tested for functionality and performance. This means that one has to do much less testing of the application since TierDeveloper generated code is at least 50% of the middle-tier objects. Similarly, any code that one will copy/paste from generate web application is also pre-tested and reduces the testing of the web application as well. SOFTWARE DEVELOPMENT WITHOUT TIERDEVELOPER 6 MONTHS: REQUIREMENT ANALYSIS AND DESIGN Jan/Feb -Requirements Capture Jan/Feb -Black and White Web Layout Jan/Feb -DB design and App Architecture Jan/Feb -Branding and Artwork IMPLEMENTATION Feb/June -Develop Middle Tier Data Objects Feb/June -Develop Web Pages Feb/June -Develop Business Logic Objects Feb/June -Develop Web Services TESTING June/July -Functional Testing June/July -Stress Testing SOFTWARE DEVELOPMENT WITH TIERDEVELOPER 4 MONTHS REQUIREMENT ANALYSIS AND DESIGN Jan/Feb -Requirements Capture Jan/Feb -Black and White Web Layout Jan/Feb -DB design and App Architecture Jan/Feb -Branding and Artwork IMPLEMENTATION Feb/April ++Generate Middle
-
5 Steps to Rapid DevelopmentFive Steps to Rapid Development with TierDeveloper 3.0 Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps below to quickly design, generate, and deploy a great portion of your real-life N-Tier application. For free evaluation download please visit http://www.alachisoft.com/download.htm STEP 1: HAVE YOUR DATABASE READY 1. Create your database in Microsoft SQL Server, Oracle, or DB2. You can design and create your own database. Or, you can use the sample database provided with TierDeveloper. Or, you can use one of the databases/schemas already provided with your database. They are: a.Microsoft SQL Server: Northwind database. Just create a new TierDeveloper project against this database. b.Oracle: DEMO schema with EMP, DEPT, BONUS, SALGRADE, and other tables. Just create a new TierDeveloper project against this schema. c.DB2: SAMPLE schema provided with DB2. Just create a new TierDeveloper project against this schema. 2. Populate database with data. This would ensure that you have a fully working database ready to be used by a web application. STEP 2: KNOW YOUR APPLICATION'S DATABASE INTERACTION 1. Identify table-columns your app will access: Before you do anything, you must know which tables and which columns in these tables is your application going to access. 2. Identify transactional operations: Identify where in your application you need to do insert, update, delete, or single-row select operations. 3. Identify queries: Most applications need to retrieve collection of rows from one or more tables in the database. Identify all places where you need to issue queries. These could be single-table queries or could involve complex joins or nested queries. 4. Identify stored procedures to call: If there are any stored procedures that already exist in the database which you need to call, identify them here. These stored procedures should be those that contains complex business rules or other data manipulation logic. Do not manually create stored procedures in the database for transactional operations or for queries that are otherwise handled by TierDeveloper. TierDeveloper can generate stored procedure DDL for you in that situation. 5. Identify bulk updates or deletes: Most applications do not require bulk updates or deletes but some do. If you have any, identify them. The best way to understand your applications database interaction needs is to understand its behavior from
-
Rapid Development with TierDeveloper 3.0TierDeveloper is an object-to-relational mapping and code generation tool that helps people minimize their middle-tier development time and cost, and maximize productivity. The latest features to be added to version 3.0 include full integration support for Microsoft VS.Net 2003. Developers can now create and open TierDeveloper projects within VS.NET, and Map data objects to tables along with custom attribute selection. Specify hooks, web services, multiple database connections, and parent/child relationships. For Java and J2EE developers, TierDeveloper is now tightly integrated with BEA WebLogic 7.1/8.1 and JBoss 3.2.x, and added database support for MySQL will give Developers working in different environments more flexibility. New Oracle optimization includes the ability to Generate Oracle Native Data Provider based data object codes. For free Evaluation download please visit: http://www.alachisoft.com/download.htm Visit our website: http://www.alachisoft.com