473,624 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Project ZNF: Struts-like MVC framework

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, my name is Alessandro Rossini and I want to let you know the launch of a
new project called ZNF.
The goal of this project is to provide an open source framework for building
PHP5 enterprise web applications. It's based on the Apache Struts project
of the Apache Software Foundation, available at http://struts.apache.org/.
This is not the first attempt to rewrite the Struts implementation, or part
of it, in PHP, but after spending a lot of time studying existing open
source frameworks, like Phrame, PHPMVC, Struts4PHP, Seagull and Vida we
decided to reimplement a brand new framework from scratch for many reasons.
First of all, all the mentioned frameworks, except Vida, are written in
PHP4 and we believe that its object engine (Zend Engine 1) is too limited
for developing enterprise level web application. At the same time the code
we analyzed is written without a rigorous approach (coding standards,
compliance to W3C standards, output of notice/warnings, lack of
documentation/examples). Last but not least frameworks claiming to be a
porting of Struts have made no code optimization during the porting from
J2EE to PHP.
ZNF is free software released under GNU/LGPL license, the official ZNF home
page is at http://znf.zeronotice.com/. You will find the main package, a
PEAR compatible package and the developer's guide.
The project has been developed by me and Graziano Liberati, we're searching
for comments, feedback, bug signaling and best of all new developers. Any
kind of contribution will be appreciated, if you find the project
interesting join us!

Best regards.
- --
Alessandro 'Aronnax' Rossini
- ----------------------------
web -> www.aronnax.it
e-mail -> ar*****@aronnax .it
icq -> 2442698
ZeroNotice IT Solutions -> www.zeronotice.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCqtldzl1 DofcNSWcRAhwQAJ 4zKNx8sf/WZmyaSUPb4aGpvf UU9wCghZV2
k7pv92OdvZlnfG1 EWOPu0Qw=
=C8X0
-----END PGP SIGNATURE-----
Jul 17 '05 #1
0 1382

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2526
by: Paul Symes | last post by:
Hi, I am trying to get Struts 1.1 to run under iPlanet 6.0 (SP4) without any success. When iPlanet attempts to initialise my web application, it raises a multitude of errors dependent on the configuration I am trying. These errors range from not finding the default class for the Apache Logging libs to not finding a class or method in the Struts package. When I tried installing one of the sample webapps provided with the Struts 1.1...
1
11889
by: Cedric | last post by:
Hello, I'm developping my first Struts application. I've got this error: Cannot find message resources under key org.apache.struts.action.MESSAGE web.xml <servlet> <servlet-name>action</servlet-name>
4
10294
by: nc | last post by:
My iterator can find my collection when my Action class calls my jsp directly, however when my Action class calls an html file that is set up with IFrames (one of which is loading that same jsp), I get a servlet error "cannot find collection". Not usre if my issue is HTML, JSP, WebSphere or ??? Any help is very much appreciated. HTML file: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2867
by: Neerja Tyagi | last post by:
Can any body explain how struts functions
0
2264
by: kisc71117 | last post by:
When accessing my JSP I get the following error: org.apache.jasper.JasperException: Missing message for key "button.add" my error message javax.servlet.ServletException: Missing message for key "button.add" org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758) ...
1
2786
by: nithiya sri | last post by:
i am new to struts.I try running struts application in Eclipse with the tomcat plug in .. it shows the following error:; please help me in this... SEVERE: Error loading WebappClassLoader delegate: false repositories:
1
1062
by: atlantico | last post by:
I am trying to install the ZNF PEAR modules in my server but in the file Translation.php happens a error , to refer at following variables : $translationDefaultXpath = new DOMXPath($translationDefaultXml); $translationDefaultXpath->registerNamespace('tra', 'http://www.zeronotice.org/ZNF/znf-translation'); The server returns following warning : Please, if you can to give me an idea what's happen.
8
12749
by: ajos | last post by:
hi frnds, the situation is im developing a web application in struts-- my specifications-eclipse3.2.2,struts1.1,tomcat5.5.23 mysql5.0 db. the scenario-i have a jsp page which adds the records in the db.when the user clicks submit,a javascript gets fired and checks the validation.on submit the BdgMastAction.java does all the data access and forwards the control to a jsp named bdgm.jsp.the results are displayed in the jsp.the values...
1
11523
by: NamelessNumberheadMan | last post by:
I can't seem to get Struts 2 validations to work. I have been converting from Strust 1 to Struts 2. So far I've refactored all the code (for this particular module) on the back end, rewrote the jsp using Struts 2 notations, and wired up the xml (aside from the abc-validation.xml). Everything runs just fine. If there is an error not generated by user input (i.e. file format problem) I can get that message to come out, so I know my error messages...
12
77979
lifeisgreat20009
by: lifeisgreat20009 | last post by:
I am a newbie to Struts and JSP...I have been working on the code below for 5 hours now..I googled a lot but couldn't get much help so finally I am here.. Hoping of getting my problem solved. Please give me some idea where I am going wrong ?? I just want to retrieve data from my emp_mstr table and display it using my JSP file... The table emp_mstr is as follows :- CREATE TABLE EMP_MSTR( EMP_NO VARCHAR(10) PRIMARY KEY, PASSWORD...
0
8680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8624
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7164
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6111
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4082
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2607
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1786
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1485
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.