|
Overview :
K-Soft has invested in training resources and developing
framework combining best design practices for developing
applications based on J2EE, this enables a developer to
jump-start into development right away, without worrying
about the intricacies behind database connectivity, File
I/O, error handling, session and application management.
The framework is created to help speed up development time
and build web applications with fewer complexities. Using
these frameworks, majority of the efforts is focused on
the business logic or functionality implementation.
Most J2EE web-based enterprise applications are split into
three logical tiers, Presentation Tier, Business Logic Tier,
and Enterprise Information System Tier.
The presentation tier, which aims at presenting the business
information to the user, is implemented using Servlets,
JSPs and HTML/WML.
The business tier, where core business mechanisms are implemented,
is usually encapsulated in EJBs (Enterprise Java Beans)
The enterprise information system tier, which represents
different kinds of legacy systems, database servers, etc
is usually accessed through the JDBC API and other standard
interfaces provided by the J2EE Connector Architecture.
Key features implemented
J2EE specification implemented:
- J2EE Design and development guidelines
- N-tier architecture
- Enterprise JavaBeans (EJB) 2.0
- JavaServer Pages (JSP) 1.1 /Servlets 2.3
- Java Database Connectivity (JDBC) 2.0
- Java Naming and Directory Interface (JNDI) 1.2
- Java Transaction Service and API (JTS, JTA) 1.0
- Java Message Service (JMS) 1.0.2
- JavaMail 1.1
- Java Activation Framework (JAF) 1.0
Experience K-Soft
K-Soft has successfully developed Enterprise Solutions,
E-Commerce Portals (B2B), using J2EE Specification. K-Soft’s
experience as a company with J2EE development architecture
has already crossed 12,000 man hours (@5 man years) working
on different projects.
Following is technical detail about Design Patterns that
are commonly used
|