Code Monkey home page Code Monkey logo

jodd-site's People

Contributors

andreban avatar csimons avatar ebuildy avatar igr avatar isaacabramowitz avatar jdspdx avatar kockaadmiralac avatar moh-sushi avatar mppfiles avatar neroux avatar pascalschumacher avatar rahulj51 avatar rnikiforova avatar zqq90 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jodd-site's Issues

Fix ruby with Docker or go with alternative generator

Damn ruby environment is slowing everyone down as it never works after any upgrade and it doesnt work on netlify and.... i really really really really really really hate dependency hell. would it be awesome if I can just bundle all dependencies that work locally and use that. like everywhere. because it's 21st century. or ive been just told so.

๐Ÿ˜ข ๐Ÿ˜ž ๐Ÿ˜ฟ

Better scopes description

Injectable Servlet and Request properties
The Madvoc SERVLET scope allows you to access and use the following values which can be accessed by the following injection names.

|| Name || Constant |Type || Value ||
| request | XXXX.REQUEST | javax.servlet.HttpServletRequest | The โ€ฆ |

Hint: For HttpServletRequest, HttpSession, ServletContext you can omit the name. Madvoc will autodetect on the type.

[existing example expanded by a) a Method example to access the request body and b) maybe an example how to access URL request parameters]

JsonSerializer `use` method out of date?

I am using:

    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-json</artifactId>
      <version>5.1.4</version>
    </dependency>

I found there is no method called use now. I have not dug into the documents and code for now.

String json = new JsonSerializer()
		.use("birthdate", new DateJsonSerializer() {
			@Override
			public void serialize(JsonContext jsonContext, Date date) {
				jsonContext.writeString(dateFormat.format(date));
			}
		})
		.serialize(foo);

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.