Git Product home page Git Product logo

stripes-4-netbeans's People

Contributors

sustacek avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

hantsy iluvtr

stripes-4-netbeans's Issues

Stripes occurs in none-Stripes project

Copy from Google code:

Reported by hantsy, May 3, 2009

I found a problem after installed this plugin.
Stripes occurs in framework list of each java web project properties panel,
even I does not add it.

Delete comment Comment 1 by project member sustacek, May 4, 2009
Hi,

this is caused by dummy implementation of method "isInWebmodule()", which should
determine, wheater the given framework is included in a web app project or not.

This method always returns true => causes the listing of framework in every web app
project properties window.

Should by fixed by detailed implementation of given method, which will look through
the application and check for presence of Stripes framework

Add possibility to choose Dynamic Mapping Filter as actions resolver

Reported by project member sustacek, Apr 27, 2009
In current version of configurations dialog, the only choice is to use
Stripes Dispatcher and Filter to process the requests. As version 1.5 of
Stripes brought Dynamic Mapping Filter, it would be useful to have this in
configuration as well.

So, add possibility to choose old-fasnioned request handling or new dynamic
one.

Jsp form generation from POJO class

Reported by project member sustacek, Feb 26, 2009
A wizard for creating a jsp file based on stripes taglib with form
containing fields from the POJO.

User is able to select the input type for given POJO field,
reference to Action Bean that handles this form, desired butons etc.

Go-to ActionBean for jsp files with forms

Reported by project member sustacek, Feb 19, 2009

If a jsp file contains <s:form> tag, it would be helpful to be able to
skip to the action bean that handles this form.

The ActionBean lokup can be done based on two inforamtions

  1. the FQN of action bean (com.my.beans.SaveUserActionBean)
  2. the url pattern of the bound action (/user/save.action)

Delete comment Comment 1 by project member sustacek, Feb 26, 2009

  • impelemented first way -- via bean class name

More hyperlinking between files

Reported by project member sustacek, Feb 26, 2009
Possible options:

From template-usage to template-definition via '<s:layout-render name="/
path/to/definition.jsp">'

From jsp to Action Bean based on 'action="/save.action"' attributes

etc.

Code completion

Reported by project member sustacek, Feb 26, 2009
Possible in many places:

<s:form beanclass="..." > -- lookup for bean classes

<s:test name="..."> -- lookup based on given bean (and its fields)
selected for the form handling

'return new RedirectResolution(...);' -- look for jsp files in docroot

In many dialogs as alternative way to Browse dialogs

etc.

Action bean generation from POJO class

Reported by project member sustacek, Feb 26, 2009
A wizard for new Action beancreated based on existing POJO.

Include POJO as class field, generate gettter and setter, generate CRUD
methods.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.